| addressTableModel | WalletModel | private |
| AmountExceedsBalance enum value | WalletModel | |
| AmountWithFeeExceedsBalance enum value | WalletModel | |
| backupWallet(const QString &filename) | WalletModel | |
| balanceChanged(qint64 balance, qint64 unconfirmedBalance, qint64 immatureBalance) | WalletModel | signal |
| cachedBalance | WalletModel | private |
| cachedEncryptionStatus | WalletModel | private |
| cachedImmatureBalance | WalletModel | private |
| cachedNumBlocks | WalletModel | private |
| cachedNumTransactions | WalletModel | private |
| cachedUnconfirmedBalance | WalletModel | private |
| changePassphrase(const SecureString &oldPass, const SecureString &newPass) | WalletModel | |
| checkBalanceChanged() | WalletModel | private |
| coinsSent(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction) | WalletModel | signal |
| DuplicateAddress enum value | WalletModel | |
| EncryptionStatus enum name | WalletModel | |
| encryptionStatusChanged(int status) | WalletModel | signal |
| getAddressTableModel() | WalletModel | |
| getBalance(const CCoinControl *coinControl=NULL) const | WalletModel | |
| getEncryptionStatus() const | WalletModel | |
| getImmatureBalance() const | WalletModel | |
| getNumTransactions() const | WalletModel | |
| getOptionsModel() | WalletModel | |
| getOutputs(const std::vector< COutPoint > &vOutpoints, std::vector< COutput > &vOutputs) | WalletModel | |
| getPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const | WalletModel | |
| getRecentRequestsTableModel() | WalletModel | |
| getTransactionTableModel() | WalletModel | |
| getUnconfirmedBalance() const | WalletModel | |
| InvalidAddress enum value | WalletModel | |
| InvalidAmount enum value | WalletModel | |
| isLockedCoin(uint256 hash, unsigned int n) const | WalletModel | |
| isSpent(const COutPoint &outpoint) const | WalletModel | |
| listCoins(std::map< QString, std::vector< COutput > > &mapCoins) const | WalletModel | |
| listLockedCoins(std::vector< COutPoint > &vOutpts) | WalletModel | |
| loadReceiveRequests(std::vector< std::string > &vReceiveRequests) | WalletModel | |
| lockCoin(COutPoint &output) | WalletModel | |
| Locked enum value | WalletModel | |
| message(const QString &title, const QString &message, unsigned int style) | WalletModel | signal |
| numTransactionsChanged(int count) | WalletModel | signal |
| OK enum value | WalletModel | |
| optionsModel | WalletModel | private |
| pollBalanceChanged() | WalletModel | slot |
| pollTimer | WalletModel | private |
| prepareTransaction(WalletModelTransaction &transaction, const CCoinControl *coinControl=NULL) | 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 | |
| unlockCoin(COutPoint &output) | WalletModel | |
| 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(const QString &hash, int status) | WalletModel | slot |
| validateAddress(const QString &address) | WalletModel | |
| wallet | WalletModel | private |
| WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0) | WalletModel | explicit |
| ~WalletModel() | WalletModel | |