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

Public Member Functions

 TransactionTablePriv (CWallet *_wallet, TransactionTableModel *_parent)
 
void refreshWallet ()
 
void updateWallet (const uint256 &hash, int status, bool showTransaction)
 
int size ()
 
TransactionRecordindex (int idx)
 
QString describe (TransactionRecord *rec, int unit)
 
QString getTxHex (TransactionRecord *rec)
 

Public Attributes

CWalletwallet
 
TransactionTableModelparent
 
QList< TransactionRecordcachedWallet
 

Detailed Description

Definition at line 57 of file transactiontablemodel.cpp.

Constructor & Destructor Documentation

TransactionTablePriv::TransactionTablePriv ( CWallet _wallet,
TransactionTableModel _parent 
)
inline

Definition at line 60 of file transactiontablemodel.cpp.

Member Function Documentation

QString TransactionTablePriv::describe ( TransactionRecord rec,
int  unit 
)
inline

Definition at line 214 of file transactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QString TransactionTablePriv::getTxHex ( TransactionRecord rec)
inline

Definition at line 227 of file transactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

TransactionRecord* TransactionTablePriv::index ( int  idx)
inline

Definition at line 182 of file transactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void TransactionTablePriv::refreshWallet ( )
inline

Definition at line 77 of file transactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int TransactionTablePriv::size ( void  )
inline

Definition at line 177 of file transactiontablemodel.cpp.

Here is the caller graph for this function:

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

Definition at line 96 of file transactiontablemodel.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QList<TransactionRecord> TransactionTablePriv::cachedWallet

Definition at line 73 of file transactiontablemodel.cpp.

TransactionTableModel* TransactionTablePriv::parent

Definition at line 67 of file transactiontablemodel.cpp.

CWallet* TransactionTablePriv::wallet

Definition at line 66 of file transactiontablemodel.cpp.


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