|
| TransactionTablePriv (TransactionTableModel *_parent) |
|
void | NotifyTransactionChanged (const TxId &txidc, ChangeType status) |
|
void | ShowProgress (const std::string &title, int nProgress) |
|
void | refreshWallet (interfaces::Wallet &wallet) |
| Query entire wallet anew from core. More...
|
|
void | updateWallet (interfaces::Wallet &wallet, const TxId &txid, int status, bool showTransaction) |
| Update our model of the wallet incrementally, to synchronize our model of the wallet with that of the core. More...
|
|
int | size () |
|
TransactionRecord * | index (interfaces::Wallet &wallet, const BlockHash &cur_block_hash, const int idx) |
|
QString | describe (interfaces::Node &node, interfaces::Wallet &wallet, TransactionRecord *rec, int unit) |
|
QString | getTxHex (interfaces::Wallet &wallet, TransactionRecord *rec) |
|
Definition at line 79 of file transactiontablemodel.cpp.
◆ TransactionTablePriv()
◆ describe()
◆ getTxHex()
◆ index()
◆ NotifyTransactionChanged()
void TransactionTablePriv::NotifyTransactionChanged |
( |
const TxId & |
txidc, |
|
|
ChangeType |
status |
|
) |
| |
◆ refreshWallet()
◆ ShowProgress()
void TransactionTablePriv::ShowProgress |
( |
const std::string & |
title, |
|
|
int |
nProgress |
|
) |
| |
◆ size()
int TransactionTablePriv::size |
( |
| ) |
|
|
inline |
◆ updateWallet()
void TransactionTablePriv::updateWallet |
( |
interfaces::Wallet & |
wallet, |
|
|
const TxId & |
txid, |
|
|
int |
status, |
|
|
bool |
showTransaction |
|
) |
| |
|
inline |
Update our model of the wallet incrementally, to synchronize our model of the wallet with that of the core.
Call with transaction that was added, removed or changed.
Definition at line 117 of file transactiontablemodel.cpp.
◆ cachedWallet
◆ fQueueNotifications
bool TransactionTablePriv::fQueueNotifications = false |
◆ parent
◆ vQueueNotifications
The documentation for this class was generated from the following file: