![]() |
Fabcoin Core
0.16.2
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 68 of file addresstablemodel.cpp.
|
inline |
Definition at line 75 of file addresstablemodel.cpp.
|
inline |
|
inline |
Definition at line 78 of file addresstablemodel.cpp.
|
inline |
|
inline |
Definition at line 101 of file addresstablemodel.cpp.
| QList<AddressTableEntry> AddressTablePriv::cachedAddressTable |
Definition at line 72 of file addresstablemodel.cpp.
| AddressTableModel* AddressTablePriv::parent |
Definition at line 73 of file addresstablemodel.cpp.
| CWallet* AddressTablePriv::wallet |
Definition at line 71 of file addresstablemodel.cpp.
1.8.11