Raven Core
3.0.0
P2P Digital Currency
|
Public Member Functions | |
AddressTablePriv (CWallet *_wallet, AddressTableModel *_parent) | |
void | refreshAddressTable () |
void | updateEntry (const QString &address, const QString &label, bool isMine, const QString &purpose, int status) |
int | size () |
AddressTableEntry * | index (int idx) |
Public Attributes | |
CWallet * | wallet |
QList< AddressTableEntry > | cachedAddressTable |
AddressTableModel * | parent |
Definition at line 69 of file addresstablemodel.cpp.
|
inline |
Definition at line 76 of file addresstablemodel.cpp.
|
inline |
|
inline |
Definition at line 79 of file addresstablemodel.cpp.
|
inline |
|
inline |
QList<AddressTableEntry> AddressTablePriv::cachedAddressTable |
Definition at line 73 of file addresstablemodel.cpp.
AddressTableModel* AddressTablePriv::parent |
Definition at line 74 of file addresstablemodel.cpp.
CWallet* AddressTablePriv::wallet |
Definition at line 72 of file addresstablemodel.cpp.