![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Collaboration diagram for AddressTablePriv: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 67 of file addresstablemodel.cpp.
|
inline |
Definition at line 74 of file addresstablemodel.cpp.
|
inline |
Definition at line 152 of file addresstablemodel.cpp.
Referenced by AddressTableModel::index(), and AddressTableModel::removeRows().
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file addresstablemodel.cpp.
References CWallet::cs_wallet, CBitcoinAddress::Get(), IsMine(), LOCK, CWallet::mapAddressBook, CAddressBookData::name, PAIRTYPE, CAddressBookData::purpose, CBase58Data::ToString(), and translateTransactionType().
Referenced by AddressTableModel::AddressTableModel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 147 of file addresstablemodel.cpp.
Referenced by AddressTableModel::rowCount().
Here is the caller graph for this function:
|
inline |
Definition at line 100 of file addresstablemodel.cpp.
References CT_DELETED, CT_NEW, CT_UPDATED, AddressTableModel::emitDataChanged(), and translateTransactionType().
Referenced by AddressTableModel::updateEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| QList<AddressTableEntry> AddressTablePriv::cachedAddressTable |
Definition at line 71 of file addresstablemodel.cpp.
| AddressTableModel* AddressTablePriv::parent |
Definition at line 72 of file addresstablemodel.cpp.
| CWallet* AddressTablePriv::wallet |
Definition at line 70 of file addresstablemodel.cpp.
1.8.8