AbsurdFee enum value | WalletModel | |
addressTableModel | WalletModel | private |
AmountExceedsBalance enum value | WalletModel | |
AmountWithFeeExceedsBalance enum value | WalletModel | |
balanceChanged(const interfaces::WalletBalances &balances) | WalletModel | signal |
bumpFee(uint256 hash, uint256 &new_hash) | WalletModel | |
cachedEncryptionStatus | WalletModel | private |
cachedNumBlocks | WalletModel | private |
changePassphrase(const SecureString &oldPass, const SecureString &newPass) | WalletModel | |
checkBalanceChanged(const interfaces::WalletBalances &new_balances) | WalletModel | private |
coinsSent(WalletModel *wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
DuplicateAddress enum value | WalletModel | |
EncryptionStatus enum name | WalletModel | |
encryptionStatusChanged() | WalletModel | signal |
fForceCheckBalanceChanged | WalletModel | private |
fHaveWatchOnly | WalletModel | private |
getAddressTableModel() | WalletModel | |
getAddressTableModel() const | WalletModel | inline |
getEncryptionStatus() const | WalletModel | |
getOptionsModel() | WalletModel | |
getRecentRequestsTableModel() | WalletModel | |
getTransactionTableModel() | WalletModel | |
getWalletName() const | WalletModel | |
InvalidAddress enum value | WalletModel | |
InvalidAmount enum value | WalletModel | |
isMultiwallet() | WalletModel | |
isWalletEnabled() | WalletModel | static |
loadReceiveRequests(std::vector< std::string > &vReceiveRequests) | WalletModel | |
Locked enum value | WalletModel | |
m_cached_balances | WalletModel | private |
m_handler_address_book_changed | WalletModel | private |
m_handler_show_progress | WalletModel | private |
m_handler_status_changed | WalletModel | private |
m_handler_transaction_changed | WalletModel | private |
m_handler_unload | WalletModel | private |
m_handler_watch_only_changed | WalletModel | private |
m_node | WalletModel | private |
m_wallet | WalletModel | private |
message(const QString &title, const QString &message, unsigned int style) | WalletModel | signal |
node() const | WalletModel | inline |
notifyWatchonlyChanged(bool fHaveWatchonly) | WalletModel | signal |
OK enum value | WalletModel | |
optionsModel | WalletModel | private |
PaymentRequestExpired enum value | WalletModel | |
pollBalanceChanged() | WalletModel | slot |
pollTimer | WalletModel | private |
prepareTransaction(WalletModelTransaction &transaction, const CCoinControl &coinControl) | WalletModel | |
privateKeysDisabled() const | WalletModel | |
recentRequestsTableModel | WalletModel | private |
requestUnlock() | WalletModel | |
requireUnlock() | WalletModel | signal |
saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest) | WalletModel | |
sendCoins(WalletModelTransaction &transaction) | WalletModel | |
setWalletEncrypted(bool encrypted, const SecureString &passphrase) | WalletModel | |
setWalletLocked(bool locked, const SecureString &passPhrase=SecureString()) | WalletModel | |
showProgress(const QString &title, int nProgress) | WalletModel | signal |
StatusCode enum name | WalletModel | |
subscribeToCoreSignals() | WalletModel | private |
TransactionCommitFailed enum value | WalletModel | |
TransactionCreationFailed enum value | WalletModel | |
transactionTableModel | WalletModel | private |
Unencrypted enum value | WalletModel | |
unload() | WalletModel | signal |
Unlocked enum value | WalletModel | |
unsubscribeFromCoreSignals() | WalletModel | private |
updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status) | WalletModel | slot |
updateStatus() | WalletModel | slot |
updateTransaction() | WalletModel | slot |
updateWatchOnlyFlag(bool fHaveWatchonly) | WalletModel | slot |
validateAddress(const QString &address) | WalletModel | |
wallet() const | WalletModel | inline |
WalletModel(std::unique_ptr< interfaces::Wallet > wallet, interfaces::Node &node, const PlatformStyle *platformStyle, OptionsModel *optionsModel, QObject *parent=0) | WalletModel | explicit |
~WalletModel() | WalletModel | |