Home
last modified time | relevance | path

Searched refs:NotifyUnload (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp346 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
411 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp346 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
411 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp346 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
411 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp376 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
441 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp376 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
441 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp345 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
410 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp345 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
410 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp345 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
410 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp376 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
441 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dwalletmodel.cpp497 static void NotifyUnload(WalletModel* walletModel) in NotifyUnload() function
578 m_handler_unload = m_wallet->handleUnload(std::bind(&NotifyUnload, this)); in subscribeToCoreSignals()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwallet.h382 assert(NotifyUnload.empty()); in UpgradeDescriptorCache()
728 boost::signals2::signal<void ()> NotifyUnload;
H A Dinterfaces.cpp465 return MakeHandler(m_wallet->NotifyUnload.connect(fn)); in handleUnload()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwallet.h382 assert(NotifyUnload.empty()); in ~CWallet()
728 boost::signals2::signal<void ()> NotifyUnload; variable
H A Dinterfaces.cpp465 return MakeHandler(m_wallet->NotifyUnload.connect(fn)); in handleUnload()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwallet.h382 assert(NotifyUnload.empty()); in UpgradeDescriptorCache()
728 boost::signals2::signal<void ()> NotifyUnload;
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.h796 assert(NotifyUnload.empty()); in ~CWallet()
1095 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.h796 assert(NotifyUnload.empty()); in ~CWallet()
1095 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.h796 assert(NotifyUnload.empty()); in ~CWallet()
1095 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h766 assert(NotifyUnload.empty()); in ~CWallet()
1103 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h766 assert(NotifyUnload.empty()); in ~CWallet()
1103 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.h766 assert(NotifyUnload.empty()); in ~CWallet()
1103 boost::signals2::signal<void ()> NotifyUnload; variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp477 return MakeHandler(m_wallet->NotifyUnload.connect(fn)); in handleUnload()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp477 return MakeHandler(m_wallet->NotifyUnload.connect(fn)); in handleUnload()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp477 return MakeHandler(m_wallet->NotifyUnload.connect(fn)); in handleUnload()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.h825 assert(NotifyUnload.empty()); in ~CWallet()
1204 boost::signals2::signal<void ()> NotifyUnload; variable

12