![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Public Member Functions | |
TransactionTablePriv (CWallet *wallet, TransactionTableModel *parent) | |
void | refreshWallet () |
void | updateWallet (const uint256 &hash, int status) |
int | size () |
TransactionRecord * | index (int idx) |
QString | describe (TransactionRecord *rec, int unit) |
Public Attributes | |
CWallet * | wallet |
TransactionTableModel * | parent |
QList< TransactionRecord > | cachedWallet |
Definition at line 100 of file transactiontablemodel.cpp.
|
inline |
Definition at line 103 of file transactiontablemodel.cpp.
|
inline |
Definition at line 263 of file transactiontablemodel.cpp.
References cs_main, CWallet::cs_wallet, TransactionRecord::hash, TransactionRecord::idx, LOCK2, CWallet::mapWallet, and TransactionDesc::toHTML().
Referenced by TransactionTableModel::data().
|
inline |
Definition at line 228 of file transactiontablemodel.cpp.
References cs_main, CWallet::cs_wallet, TransactionRecord::hash, CWallet::mapWallet, TransactionRecord::statusUpdateNeeded(), TRY_LOCK, and TransactionRecord::updateStatus().
Referenced by TransactionTableModel::index().
|
inline |
Definition at line 120 of file transactiontablemodel.cpp.
References cs_main, CWallet::cs_wallet, TransactionRecord::decomposeTransaction(), LOCK2, CWallet::mapWallet, and TransactionRecord::showTransaction().
Referenced by TransactionTableModel::TransactionTableModel().
|
inline |
Definition at line 223 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::rowCount(), TransactionTableModel::updateConfirmations(), and TransactionTableModel::updateDisplayUnit().
Definition at line 139 of file transactiontablemodel.cpp.
References cs_main, CWallet::cs_wallet, CT_DELETED, CT_NEW, CT_UPDATED, TransactionRecord::decomposeTransaction(), LOCK2, CWallet::mapWallet, TransactionRecord::showTransaction(), and base_uint< BITS >::ToString().
Referenced by TransactionTableModel::updateTransaction().
QList<TransactionRecord> TransactionTablePriv::cachedWallet |
Definition at line 116 of file transactiontablemodel.cpp.
TransactionTableModel* TransactionTablePriv::parent |
Definition at line 110 of file transactiontablemodel.cpp.
CWallet* TransactionTablePriv::wallet |
Definition at line 109 of file transactiontablemodel.cpp.