Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
WalletModel Member List

This is the complete list of members for WalletModel, including all inherited members.

Aborted enum valueWalletModel
addressTableModelWalletModelprivate
AmountExceedsBalance enum valueWalletModel
AmountWithFeeExceedsBalance enum valueWalletModel
backupWallet(const QString &filename)WalletModel
balanceChanged(qint64 balance, qint64 unconfirmedBalance, qint64 immatureBalance)WalletModelsignal
cachedBalanceWalletModelprivate
cachedEncryptionStatusWalletModelprivate
cachedImmatureBalanceWalletModelprivate
cachedNumBlocksWalletModelprivate
cachedNumTransactionsWalletModelprivate
cachedUnconfirmedBalanceWalletModelprivate
changePassphrase(const SecureString &oldPass, const SecureString &newPass)WalletModel
checkBalanceChanged()WalletModelprivate
DuplicateAddress enum valueWalletModel
EncryptionStatus enum nameWalletModel
encryptionStatusChanged(int status)WalletModelsignal
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
getTransactionTableModel()WalletModel
getUnconfirmedBalance() const WalletModel
importPrivateKey(QString privKey)WalletModel
InvalidAddress enum valueWalletModel
InvalidAmount enum valueWalletModel
isLockedCoin(uint256 hash, unsigned int n) const WalletModel
listCoins(std::map< QString, std::vector< COutput > > &mapCoins) const WalletModel
listLockedCoins(std::vector< COutPoint > &vOutpts)WalletModel
lockCoin(COutPoint &output)WalletModel
Locked enum valueWalletModel
message(const QString &title, const QString &message, unsigned int style)WalletModelsignal
numTransactionsChanged(int count)WalletModelsignal
OK enum valueWalletModel
optionsModelWalletModelprivate
pollBalanceChanged()WalletModelslot
pollTimerWalletModelprivate
requestUnlock()WalletModel
requireUnlock()WalletModelsignal
sendCoins(const QList< SendCoinsRecipient > &recipients, const CCoinControl *coinControl=NULL)WalletModel
setWalletEncrypted(bool encrypted, const SecureString &passphrase)WalletModel
setWalletLocked(bool locked, const SecureString &passPhrase=SecureString())WalletModel
StatusCode enum nameWalletModel
subscribeToCoreSignals()WalletModelprivate
TransactionCommitFailed enum valueWalletModel
TransactionCreationFailed enum valueWalletModel
transactionTableModelWalletModelprivate
Unencrypted enum valueWalletModel
unlockCoin(COutPoint &output)WalletModel
Unlocked enum valueWalletModel
unsubscribeFromCoreSignals()WalletModelprivate
updateAddressBook(const QString &address, const QString &label, bool isMine, int status)WalletModelslot
updateStatus()WalletModelslot
updateTransaction(const QString &hash, int status)WalletModelslot
validateAddress(const QString &address)WalletModel
walletWalletModelprivate
WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0)WalletModelexplicit
~WalletModel()WalletModel