Home
last modified time | relevance | path

Searched refs:WalletModel (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dwalletmodel.cpp48 WalletModel *walletModel;
104 WalletModel::~WalletModel() in ~WalletModel()
112 void WalletModel::startPollBalance() in startPollBalance()
121 void WalletModel::updateStatus() in updateStatus()
221 void WalletModel::updateTransaction() in updateTransaction()
329 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
429 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
602 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
623 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
771 bool WalletModel::isMultiwallet() in isMultiwallet()
[all …]
H A Dwalletcontroller.h26 class WalletModel; variable
47 void removeAndDeleteWallet(WalletModel* wallet_model);
54 std::vector<WalletModel*> getOpenWallets() const;
56 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
67 void walletAdded(WalletModel* wallet_model);
68 void walletRemoved(WalletModel* wallet_model);
79 std::vector<WalletModel*> m_wallets;
106 WalletModel* m_wallet_model{nullptr};
123 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp60 WalletModel::~WalletModel() in ~WalletModel()
65 void WalletModel::startPollBalance() in startPollBalance()
71 …GUIUtil::ExceptionSafeConnect(this, &WalletModel::timerTimeout, this, &WalletModel::pollBalanceCha… in startPollBalance()
81 void WalletModel::updateStatus() in updateStatus()
90 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
126 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
304 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
433 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
447 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp60 WalletModel::~WalletModel() in ~WalletModel()
65 void WalletModel::startPollBalance() in startPollBalance()
71 …GUIUtil::ExceptionSafeConnect(this, &WalletModel::timerTimeout, this, &WalletModel::pollBalanceCha… in startPollBalance()
81 void WalletModel::updateStatus() in updateStatus()
90 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
126 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
304 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
433 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
447 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp60 WalletModel::~WalletModel() in ~WalletModel()
65 void WalletModel::startPollBalance() in startPollBalance()
71 …GUIUtil::ExceptionSafeConnect(this, &WalletModel::timerTimeout, this, &WalletModel::pollBalanceCha… in startPollBalance()
81 void WalletModel::updateStatus() in updateStatus()
90 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
126 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
304 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
433 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
447 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp59 WalletModel::~WalletModel() in ~WalletModel()
64 void WalletModel::startPollBalance() in startPollBalance()
77 void WalletModel::updateStatus() in updateStatus()
86 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
122 void WalletModel::updateTransaction() in updateTransaction()
230 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
300 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
432 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
446 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
566 bool WalletModel::isWalletEnabled() in isWalletEnabled()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp59 WalletModel::~WalletModel() in ~WalletModel()
64 void WalletModel::startPollBalance() in startPollBalance()
77 void WalletModel::updateStatus() in updateStatus()
86 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
122 void WalletModel::updateTransaction() in updateTransaction()
230 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
300 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
432 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
446 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
566 bool WalletModel::isWalletEnabled() in isWalletEnabled()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp59 WalletModel::~WalletModel() in ~WalletModel()
64 void WalletModel::startPollBalance() in startPollBalance()
77 void WalletModel::updateStatus() in updateStatus()
86 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
122 void WalletModel::updateTransaction() in updateTransaction()
230 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
300 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
432 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
446 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
566 bool WalletModel::isWalletEnabled() in isWalletEnabled()
[all …]
H A Dwalletcontroller.h28 class WalletModel; variable
49 void removeAndDeleteWallet(WalletModel* wallet_model);
56 std::vector<WalletModel*> getOpenWallets() const;
58 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
64 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
68 void walletAdded(WalletModel* wallet_model);
69 void walletRemoved(WalletModel* wallet_model);
81 std::vector<WalletModel*> m_wallets;
108 WalletModel* m_wallet_model{nullptr};
125 void created(WalletModel* wallet_model);
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp30 WalletModel::WalletModel(const PlatformStyle *platformStyle, CWallet *wallet, OptionsModel *options… in WalletModel() function in WalletModel
53 WalletModel::~WalletModel() in ~WalletModel()
85 bool WalletModel::haveWatchOnly() const in haveWatchOnly()
105 void WalletModel::updateStatus() in updateStatus()
113 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
138 void WalletModel::checkBalanceChanged() in checkBalanceChanged()
167 void WalletModel::updateTransaction() in updateTransaction()
303 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
393 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
520 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp30 WalletModel::WalletModel(const PlatformStyle *platformStyle, CWallet *wallet, OptionsModel *options… in WalletModel() function in WalletModel
53 WalletModel::~WalletModel() in ~WalletModel()
85 bool WalletModel::haveWatchOnly() const in haveWatchOnly()
105 void WalletModel::updateStatus() in updateStatus()
113 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
138 void WalletModel::checkBalanceChanged() in checkBalanceChanged()
167 void WalletModel::updateTransaction() in updateTransaction()
303 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
393 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
520 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dwalletmodel.cpp30 WalletModel::WalletModel(const PlatformStyle *platformStyle, CWallet *wallet, OptionsModel *options… in WalletModel() function in WalletModel
53 WalletModel::~WalletModel() in ~WalletModel()
85 bool WalletModel::haveWatchOnly() const in haveWatchOnly()
105 void WalletModel::updateStatus() in updateStatus()
113 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
138 void WalletModel::checkBalanceChanged() in checkBalanceChanged()
167 void WalletModel::updateTransaction() in updateTransaction()
303 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
393 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
520 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp55 WalletModel::~WalletModel() in ~WalletModel()
60 void WalletModel::updateStatus() in updateStatus()
69 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
102 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
325 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
463 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
477 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
578 bool WalletModel::isWalletEnabled() in isWalletEnabled()
588 bool WalletModel::canGetAddresses() const in canGetAddresses()
[all …]
H A Dwalletcontroller.h36 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
37 void removeAndDeleteWallet(WalletModel* wallet_model);
43 std::vector<WalletModel*> getWallets() const;
47 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
50 void addWallet(WalletModel* wallet_model);
53 void walletAdded(WalletModel* wallet_model);
54 void walletRemoved(WalletModel* wallet_model);
56 void coinsSent(WalletModel* wallet_model, SendCoinsRecipient recipient, QByteArray transaction);
64 std::vector<WalletModel*> m_wallets;
83 void opened(WalletModel* wallet_model);
H A Dwalletcontroller.cpp43 std::vector<WalletModel*> WalletController::getWallets() const in getWallets()
53 for (WalletModel* wallet_model : m_wallets) { in getWalletsAvailableToOpen()
67 void WalletController::closeWallet(WalletModel* wallet_model, QWidget* parent) in closeWallet()
83 WalletModel* WalletController::getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet) in getOrCreateWallet()
90 for (WalletModel* wallet_model : m_wallets) { in getOrCreateWallet()
98WalletModel* wallet_model = new WalletModel(std::move(wallet), m_node, m_platform_style, m_options… in getOrCreateWallet()
101 connect(wallet_model, &WalletModel::unload, [this, wallet_model] { in getOrCreateWallet()
116 connect(wallet_model, &WalletModel::coinsSent, this, &WalletController::coinsSent); in getOrCreateWallet()
124 …etaObject::invokeMethod(this, "addWallet", Qt::QueuedConnection, Q_ARG(WalletModel*, wallet_model)… in getOrCreateWallet()
131 void WalletController::addWallet(WalletModel* wallet_model) in addWallet()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp55 WalletModel::~WalletModel() in ~WalletModel()
60 void WalletModel::updateStatus() in updateStatus()
69 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
102 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
325 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
463 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
477 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
578 bool WalletModel::isWalletEnabled() in isWalletEnabled()
588 bool WalletModel::canGetAddresses() const in canGetAddresses()
[all …]
H A Dwalletcontroller.h36 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
37 void removeAndDeleteWallet(WalletModel* wallet_model);
43 std::vector<WalletModel*> getWallets() const;
47 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
50 void addWallet(WalletModel* wallet_model);
53 void walletAdded(WalletModel* wallet_model);
54 void walletRemoved(WalletModel* wallet_model);
56 void coinsSent(WalletModel* wallet_model, SendCoinsRecipient recipient, QByteArray transaction);
64 std::vector<WalletModel*> m_wallets;
83 void opened(WalletModel* wallet_model);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp55 WalletModel::~WalletModel() in ~WalletModel()
60 void WalletModel::updateStatus() in updateStatus()
69 void WalletModel::pollBalanceChanged() in pollBalanceChanged()
102 void WalletModel::updateTransaction() in updateTransaction()
234 WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &transaction) in sendCoins()
325 WalletModel::EncryptionStatus WalletModel::getEncryptionStatus() const in getEncryptionStatus()
463 WalletModel::UnlockContext WalletModel::requestUnlock() in requestUnlock()
477 WalletModel::UnlockContext::UnlockContext(WalletModel *_wallet, bool _valid, bool _relock): in UnlockContext()
578 bool WalletModel::isWalletEnabled() in isWalletEnabled()
588 bool WalletModel::canGetAddresses() const in canGetAddresses()
[all …]
H A Dwalletcontroller.h36 WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
37 void removeAndDeleteWallet(WalletModel* wallet_model);
43 std::vector<WalletModel*> getWallets() const;
47 void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
50 void addWallet(WalletModel* wallet_model);
53 void walletAdded(WalletModel* wallet_model);
54 void walletRemoved(WalletModel* wallet_model);
56 void coinsSent(WalletModel* wallet_model, SendCoinsRecipient recipient, QByteArray transaction);
64 std::vector<WalletModel*> m_wallets;
83 void opened(WalletModel* wallet_model);
H A Dwalletcontroller.cpp43 std::vector<WalletModel*> WalletController::getWallets() const in getWallets()
53 for (WalletModel* wallet_model : m_wallets) { in getWalletsAvailableToOpen()
67 void WalletController::closeWallet(WalletModel* wallet_model, QWidget* parent) in closeWallet()
83 WalletModel* WalletController::getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet) in getOrCreateWallet()
90 for (WalletModel* wallet_model : m_wallets) { in getOrCreateWallet()
98WalletModel* wallet_model = new WalletModel(std::move(wallet), m_node, m_platform_style, m_options… in getOrCreateWallet()
101 connect(wallet_model, &WalletModel::unload, [this, wallet_model] { in getOrCreateWallet()
116 connect(wallet_model, &WalletModel::coinsSent, this, &WalletController::coinsSent); in getOrCreateWallet()
124 …etaObject::invokeMethod(this, "addWallet", Qt::QueuedConnection, Q_ARG(WalletModel*, wallet_model)… in getOrCreateWallet()
131 void WalletController::addWallet(WalletModel* wallet_model) in addWallet()
[all …]

12345678910>>...60