UI model for the transaction table of a wallet.
More...
#include <transactiontablemodel.h>
|
enum | ColumnIndex {
Status = 0,
Date = 1,
Type = 2,
ToAddress = 3,
Amount = 4
} |
|
enum | RoleIndex {
TypeRole = Qt::UserRole,
DateRole,
LongDescriptionRole,
AddressRole,
LabelRole,
AmountRole,
TxIDRole,
ConfirmedRole,
FormattedAmountRole
} |
| Roles to get specific information from a transaction row. More...
|
|
UI model for the transaction table of a wallet.
Definition at line 14 of file transactiontablemodel.h.
Roles to get specific information from a transaction row.
These are independent of column.
Enumerator |
---|
TypeRole |
Type of transaction.
|
DateRole |
Date and time this transaction was created.
|
LongDescriptionRole |
Long description (HTML format)
|
AddressRole |
Address of transaction.
|
LabelRole |
Label of address related to transaction.
|
AmountRole |
Net amount of transaction.
|
TxIDRole |
Unique identifier.
|
ConfirmedRole |
Is transaction confirmed?
|
FormattedAmountRole |
Formatted amount, without brackets when unconfirmed.
|
Definition at line 33 of file transactiontablemodel.h.
TransactionTableModel::TransactionTableModel |
( |
CWallet * |
wallet, |
|
|
WalletModel * |
parent = 0 |
|
) |
| |
|
explicit |
TransactionTableModel::~TransactionTableModel |
( |
| ) |
|
int TransactionTableModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
QVariant TransactionTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
QString TransactionTableModel::formatTxAmount |
( |
const TransactionRecord * |
wtx, |
|
|
bool |
showUnconfirmed = true |
|
) |
| const |
|
private |
QString TransactionTableModel::formatTxToAddress |
( |
const TransactionRecord * |
wtx, |
|
|
bool |
tooltip |
|
) |
| const |
|
private |
QVariant TransactionTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
QModelIndex TransactionTableModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
QString TransactionTableModel::lookupAddress |
( |
const std::string & |
address, |
|
|
bool |
tooltip |
|
) |
| const |
|
private |
int TransactionTableModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
QVariant TransactionTableModel::txAddressDecoration |
( |
const TransactionRecord * |
wtx | ) |
const |
|
private |
QVariant TransactionTableModel::txStatusDecoration |
( |
const TransactionRecord * |
wtx | ) |
const |
|
private |
void TransactionTableModel::updateConfirmations |
( |
| ) |
|
|
slot |
void TransactionTableModel::updateDisplayUnit |
( |
| ) |
|
|
slot |
void TransactionTableModel::updateTransaction |
( |
const QString & |
hash, |
|
|
int |
status |
|
) |
| |
|
slot |
int TransactionTableModel::cachedNumBlocks |
|
private |
QStringList TransactionTableModel::columns |
|
private |
CWallet* TransactionTableModel::wallet |
|
private |
The documentation for this class was generated from the following files: