BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | Public Attributes | List of all members
TransactionTablePriv Class Reference
Collaboration diagram for TransactionTablePriv:
[legend]

Public Member Functions

 TransactionTablePriv (TransactionTableModel *_parent)
 
void refreshWallet (interfaces::Wallet &wallet)
 
void updateWallet (interfaces::Wallet &wallet, const uint256 &hash, int status, bool showTransaction)
 
int size ()
 
TransactionRecordindex (interfaces::Wallet &wallet, int idx)
 
QString describe (interfaces::Node &node, interfaces::Wallet &wallet, TransactionRecord *rec, int unit)
 
QString getTxHex (interfaces::Wallet &wallet, TransactionRecord *rec)
 

Public Attributes

TransactionTableModelparent
 
QList< TransactionRecordcachedWallet
 

Detailed Description

Definition at line 60 of file transactiontablemodel.cpp.

Constructor & Destructor Documentation

◆ TransactionTablePriv()

TransactionTablePriv::TransactionTablePriv ( TransactionTableModel _parent)
inlineexplicit

Definition at line 63 of file transactiontablemodel.cpp.

Member Function Documentation

◆ describe()

QString TransactionTablePriv::describe ( interfaces::Node node,
interfaces::Wallet wallet,
TransactionRecord rec,
int  unit 
)
inline

Definition at line 205 of file transactiontablemodel.cpp.

Here is the call graph for this function:

◆ getTxHex()

QString TransactionTablePriv::getTxHex ( interfaces::Wallet wallet,
TransactionRecord rec 
)
inline

Definition at line 210 of file transactiontablemodel.cpp.

Here is the call graph for this function:

◆ index()

TransactionRecord* TransactionTablePriv::index ( interfaces::Wallet wallet,
int  idx 
)
inline

Definition at line 181 of file transactiontablemodel.cpp.

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

◆ refreshWallet()

void TransactionTablePriv::refreshWallet ( interfaces::Wallet wallet)
inline

Definition at line 78 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 176 of file transactiontablemodel.cpp.

Here is the caller graph for this function:

◆ updateWallet()

void TransactionTablePriv::updateWallet ( interfaces::Wallet wallet,
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

◆ cachedWallet

QList<TransactionRecord> TransactionTablePriv::cachedWallet

Definition at line 74 of file transactiontablemodel.cpp.

◆ parent

TransactionTableModel* TransactionTablePriv::parent

Definition at line 68 of file transactiontablemodel.cpp.


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