![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <transactiontablemodel.h>
Public Member Functions | |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
MatrixModel (CWallet *wallet, WalletModel *parent=0) | |
MatrixModel (int numRows, int numColumns, uint *data, unsigned int propertyId) | |
~MatrixModel () | |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
void | updateConfirmations (void) |
void | emitDataChanged (int idx) |
int | fillin (unsigned int propertyId) |
Private Attributes | |
int | m_numRows |
int | m_numColumns |
uint * | m_data |
QStringList | columns |
msc_AddressTablePriv * | priv |
QList< QString > | ql_lab |
QList< QString > | ql_addr |
QList< QString > | ql_avl |
QList< QString > | ql_res |
Friends | |
class | msc_AddressTablePriv |
class | msc_AddressTableEntryLessThan |
Definition at line 127 of file transactiontablemodel.h.
MatrixModel::MatrixModel | ( | CWallet * | wallet, |
WalletModel * | parent = 0 |
||
) |
Definition at line 807 of file transactiontablemodel.cpp.
References msc_AddressTablePriv, priv, and msc_AddressTablePriv::refreshAddressTable().
Definition at line 816 of file transactiontablemodel.cpp.
References columns, fillin(), m_numColumns, and m_numRows.
MatrixModel::~MatrixModel | ( | ) |
Definition at line 837 of file transactiontablemodel.cpp.
int MatrixModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 848 of file transactiontablemodel.cpp.
References m_numColumns.
QVariant MatrixModel::data | ( | const QModelIndex & | index, |
int | role = Qt::DisplayRole |
||
) | const |
void MatrixModel::emitDataChanged | ( | int | idx | ) |
Definition at line 853 of file transactiontablemodel.cpp.
References columns.
Referenced by msc_AddressTablePriv::updateEntry().
Definition at line 879 of file transactiontablemodel.cpp.
References ACCEPT_RESERVE, cs_tally, FormatDivisibleMP(), mastercore::FormatIndivisibleMP(), getLabel(), getMPbalance(), mastercore::getPropertyName(), getUserAvailableMPbalance(), global_balance_money_maineco, global_balance_money_testeco, global_balance_reserved_maineco, global_balance_reserved_testeco, IsMyAddress(), mastercore::isPropertyDivisible(), LOCK, mastercore::mp_tally_map, ql_addr, ql_avl, ql_lab, ql_res, SELLOFFER_RESERVE, and mastercore::set_wallet_totals().
Referenced by MatrixModel().
Definition at line 858 of file transactiontablemodel.cpp.
References columns.
int MatrixModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 843 of file transactiontablemodel.cpp.
References m_numRows.
void MatrixModel::updateConfirmations | ( | void | ) |
Definition at line 801 of file transactiontablemodel.cpp.
|
friend |
Definition at line 142 of file transactiontablemodel.h.
|
friend |
Definition at line 141 of file transactiontablemodel.h.
Referenced by MatrixModel().
|
private |
Definition at line 134 of file transactiontablemodel.h.
Referenced by emitDataChanged(), headerData(), and MatrixModel().
|
private |
Definition at line 133 of file transactiontablemodel.h.
|
private |
Definition at line 132 of file transactiontablemodel.h.
Referenced by columnCount(), and MatrixModel().
|
private |
Definition at line 131 of file transactiontablemodel.h.
Referenced by MatrixModel(), and rowCount().
|
private |
Definition at line 135 of file transactiontablemodel.h.
Referenced by MatrixModel().
|
private |
Definition at line 137 of file transactiontablemodel.h.
|
private |
Definition at line 138 of file transactiontablemodel.h.
|
private |
Definition at line 136 of file transactiontablemodel.h.
|
private |
Definition at line 139 of file transactiontablemodel.h.