Home
last modified time | relevance | path

Searched refs:NotifyWatchonlyChanged (Results 1 – 25 of 63) sorted by relevance

123

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp493 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
506 wallet->NotifyWatchonlyChanged.connect(boost::bind(NotifyWatchonlyChanged, this, _1)); in subscribeToCoreSignals()
516 wallet->NotifyWatchonlyChanged.disconnect(boost::bind(NotifyWatchonlyChanged, this, _1)); in unsubscribeFromCoreSignals()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp493 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
506 wallet->NotifyWatchonlyChanged.connect(boost::bind(NotifyWatchonlyChanged, this, _1)); in subscribeToCoreSignals()
516 wallet->NotifyWatchonlyChanged.disconnect(boost::bind(NotifyWatchonlyChanged, this, _1)); in unsubscribeFromCoreSignals()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp493 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
506 wallet->NotifyWatchonlyChanged.connect(boost::bind(NotifyWatchonlyChanged, this, _1)); in subscribeToCoreSignals()
516 wallet->NotifyWatchonlyChanged.disconnect(boost::bind(NotifyWatchonlyChanged, this, _1)); in unsubscribeFromCoreSignals()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp395 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
416 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp395 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
416 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp395 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
416 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp425 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
446 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp425 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
446 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp394 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
415 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp394 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
415 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp394 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
415 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp425 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
446 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dwalletmodel.cpp546 static void NotifyWatchonlyChanged(WalletModel *walletmodel, bool fHaveWatchonly) in NotifyWatchonlyChanged() function
583 …_watch_only_changed = m_wallet->handleWatchOnlyChanged(std::bind(NotifyWatchonlyChanged, this, std… in subscribeToCoreSignals()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dscriptpubkeyman.h232 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
H A Dscriptpubkeyman.cpp781 NotifyWatchonlyChanged(false); in RemoveWatchOnly()
811 NotifyWatchonlyChanged(true); in AddWatchOnlyWithDB()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.h248 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
H A Dinterfaces.cpp488 return MakeHandler(m_wallet->NotifyWatchonlyChanged.connect(fn)); in handleWatchOnlyChanged()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.h248 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dscriptpubkeyman.h248 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged;
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.h250 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.h250 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dscriptpubkeyman.h250 boost::signals2::signal<void (bool fHaveWatchOnly)> NotifyWatchonlyChanged; variable
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp500 return MakeHandler(m_wallet->NotifyWatchonlyChanged.connect(fn)); in handleWatchOnlyChanged()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp500 return MakeHandler(m_wallet->NotifyWatchonlyChanged.connect(fn)); in handleWatchOnlyChanged()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/interfaces/
H A Dwallet.cpp500 return MakeHandler(m_wallet->NotifyWatchonlyChanged.connect(fn)); in handleWatchOnlyChanged()

123