Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
addresstablemodel.h
Go to the documentation of this file.
93 void updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status);
AddressTableModel(CWallet *wallet, WalletModel *parent=0)
Definition: addresstablemodel.cpp:167
Generating a new public key for a receiving address failed.
Definition: addresstablemodel.h:45
boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination
A txout script template with a specific destination.
Definition: standard.h:80
QModelIndex index(int row, int column, const QModelIndex &parent) const
Definition: addresstablemodel.cpp:324
int lookupAddress(const QString &address) const
Definition: addresstablemodel.cpp:443
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: addresstablemodel.cpp:307
Address already in address book.
Definition: addresstablemodel.h:43
QVariant headerData(int section, Qt::Orientation orientation, int role) const
Definition: addresstablemodel.cpp:295
int rowCount(const QModelIndex &parent) const
Definition: addresstablemodel.cpp:180
int columnCount(const QModelIndex &parent) const
Definition: addresstablemodel.cpp:186
Wallet could not be unlocked to create new receiving address.
Definition: addresstablemodel.h:44
QString labelForAddress(const QString &address) const
Definition: addresstablemodel.cpp:423
QString addRow(const QString &type, const QString &label, const QString &address)
Definition: addresstablemodel.cpp:345
bool removeRows(int row, int count, const QModelIndex &parent=QModelIndex())
Definition: addresstablemodel.cpp:404
void emitDataChanged(int index)
Notify listeners that data changed.
Definition: addresstablemodel.cpp:457
QVariant data(const QModelIndex &index, int role) const
Definition: addresstablemodel.cpp:192
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
Definition: wallet.h:715
QString labelForDestination(const CTxDestination &dest) const
Definition: addresstablemodel.cpp:430
bool setData(const QModelIndex &index, const QVariant &value, int role)
Definition: addresstablemodel.cpp:239
Definition: addresstablemodel.cpp:69
No changes were made during edit operation.
Definition: addresstablemodel.h:41
void updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status)
Definition: addresstablemodel.cpp:338