PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Static 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)
 

Static Public Member Functions

static QList< TransactionRecordconvertTxToRecords (TransactionTablePriv *tablePriv, const CWallet *wallet, const std::vector< CWalletTx > &walletTxes)
 

Public Attributes

CWalletwallet
 
TransactionTableModelparent
 
QList< TransactionRecordcachedWallet
 

Detailed Description

Definition at line 65 of file transactiontablemodel.cpp.

Constructor & Destructor Documentation

◆ TransactionTablePriv()

TransactionTablePriv::TransactionTablePriv ( CWallet wallet,
TransactionTableModel parent 
)
inline

Definition at line 68 of file transactiontablemodel.cpp.

Member Function Documentation

◆ convertTxToRecords()

static QList<TransactionRecord> TransactionTablePriv::convertTxToRecords ( TransactionTablePriv tablePriv,
const CWallet wallet,
const std::vector< CWalletTx > &  walletTxes 
)
inlinestatic

Definition at line 152 of file transactiontablemodel.cpp.

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

◆ describe()

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

Definition at line 271 of file transactiontablemodel.cpp.

Here is the call graph for this function:

◆ index()

TransactionRecord* TransactionTablePriv::index ( int  idx)
inline

Definition at line 243 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 84 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 238 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 167 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 80 of file transactiontablemodel.cpp.

◆ parent

TransactionTableModel* TransactionTablePriv::parent

Definition at line 74 of file transactiontablemodel.cpp.

◆ wallet

CWallet* TransactionTablePriv::wallet

Definition at line 73 of file transactiontablemodel.cpp.


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