![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
TransactionTablePriv (CWallet *wallet, TransactionTableModel *parent) | |
void | refreshWallet () |
void | updateWallet (const uint256 &hash, int status, bool showTransaction) |
int | size () |
TransactionRecord * | index (int idx) |
QString | describe (TransactionRecord *rec, int unit) |
QString | getTxHex (TransactionRecord *rec) |
Public Attributes | |
CWallet * | wallet |
TransactionTableModel * | parent |
QList< TransactionRecord > | cachedWallet |
Definition at line 59 of file transactiontablemodel.cpp.
|
inline |
Definition at line 62 of file transactiontablemodel.cpp.
|
inline |
Definition at line 212 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::data().
|
inline |
Definition at line 225 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::data().
|
inline |
Definition at line 180 of file transactiontablemodel.cpp.
Referenced by TransactionView::computeSum(), TransactionView::contextualMenu(), and TransactionTableModel::index().
|
inline |
Definition at line 79 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::TransactionTableModel().
|
inline |
Definition at line 175 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::rowCount(), TransactionTableModel::updateConfirmations(), and TransactionTableModel::updateDisplayUnit().
|
inline |
Definition at line 98 of file transactiontablemodel.cpp.
Referenced by TransactionTableModel::updateTransaction().
QList<TransactionRecord> TransactionTablePriv::cachedWallet |
Definition at line 75 of file transactiontablemodel.cpp.
Referenced by index(), refreshWallet(), size(), and updateWallet().
TransactionTableModel* TransactionTablePriv::parent |
Definition at line 69 of file transactiontablemodel.cpp.
Referenced by updateWallet().
CWallet* TransactionTablePriv::wallet |
Definition at line 68 of file transactiontablemodel.cpp.