Raven Core  3.0.0
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 59 of file transactiontablemodel.cpp.

Constructor & Destructor Documentation

◆ TransactionTablePriv()

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

Definition at line 62 of file transactiontablemodel.cpp.

Member Function Documentation

◆ describe()

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

Definition at line 216 of file transactiontablemodel.cpp.

Here is the call graph for this function:

◆ getTxHex()

QString TransactionTablePriv::getTxHex ( TransactionRecord rec)
inline

Definition at line 229 of file transactiontablemodel.cpp.

Here is the call graph for this function:

◆ index()

TransactionRecord* TransactionTablePriv::index ( int  idx)
inline

Definition at line 184 of file transactiontablemodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ refreshWallet()

void TransactionTablePriv::refreshWallet ( )
inline

Definition at line 79 of file transactiontablemodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ size()

int TransactionTablePriv::size ( )
inline

Definition at line 179 of file transactiontablemodel.cpp.

Here is the caller graph for this function:

◆ updateWallet()

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

Definition at line 98 of file transactiontablemodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ cachedWallet

QList<TransactionRecord> TransactionTablePriv::cachedWallet

Definition at line 75 of file transactiontablemodel.cpp.

◆ parent

TransactionTableModel* TransactionTablePriv::parent

Definition at line 69 of file transactiontablemodel.cpp.

◆ wallet

CWallet* TransactionTablePriv::wallet

Definition at line 68 of file transactiontablemodel.cpp.


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