Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TokenTransactionTablePriv Class Reference
Collaboration diagram for TokenTransactionTablePriv:
[legend]

Public Member Functions

 TokenTransactionTablePriv (CWallet *_wallet, TokenTransactionTableModel *_parent)
 
void refreshWallet ()
 
void updateWallet (const uint256 &hash, int status, bool showTransaction)
 
int size ()
 
TokenTransactionRecordindex (int idx)
 
QString describe (TokenTransactionRecord *rec)
 
QString getTxHex (TokenTransactionRecord *rec)
 

Public Attributes

CWalletwallet
 
TokenTransactionTableModelparent
 
QList< TokenTransactionRecordcachedWallet
 

Detailed Description

Definition at line 53 of file tokentransactiontablemodel.cpp.

Constructor & Destructor Documentation

TokenTransactionTablePriv::TokenTransactionTablePriv ( CWallet _wallet,
TokenTransactionTableModel _parent 
)
inline

Definition at line 56 of file tokentransactiontablemodel.cpp.

Member Function Documentation

QString TokenTransactionTablePriv::describe ( TokenTransactionRecord rec)
inline

Definition at line 243 of file tokentransactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString TokenTransactionTablePriv::getTxHex ( TokenTransactionRecord rec)
inline

Definition at line 256 of file tokentransactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

TokenTransactionRecord* TokenTransactionTablePriv::index ( int  idx)
inline

Definition at line 210 of file tokentransactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void TokenTransactionTablePriv::refreshWallet ( )
inline

Definition at line 73 of file tokentransactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int TokenTransactionTablePriv::size ( void  )
inline

Definition at line 205 of file tokentransactiontablemodel.cpp.

Here is the caller graph for this function:

void TokenTransactionTablePriv::updateWallet ( const uint256 hash,
int  status,
bool  showTransaction 
)
inline

Definition at line 101 of file tokentransactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QList<TokenTransactionRecord> TokenTransactionTablePriv::cachedWallet

Definition at line 69 of file tokentransactiontablemodel.cpp.

TokenTransactionTableModel* TokenTransactionTablePriv::parent

Definition at line 63 of file tokentransactiontablemodel.cpp.

CWallet* TokenTransactionTablePriv::wallet

Definition at line 62 of file tokentransactiontablemodel.cpp.


The documentation for this class was generated from the following file: