Raven Core  3.0.0
P2P Digital Currency
Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
TransactionDesc Class Reference

Provide a human-readable extended HTML description of a transaction. More...

#include <transactiondesc.h>

Inheritance diagram for TransactionDesc:
[legend]
Collaboration diagram for TransactionDesc:
[legend]

Static Public Member Functions

static QString toHTML (CWallet *wallet, CWalletTx &wtx, TransactionRecord *rec, int unit)
 
static QString toAssetHTML (CWallet *wallet, CWalletTx &wtx, TransactionRecord *rec, int unit)
 
static void CreateDebugString (QString &strHTML, CWallet *wallet, CWalletTx &wtx, int unit)
 

Private Member Functions

 TransactionDesc ()
 

Static Private Member Functions

static QString FormatTxStatus (const CWalletTx &wtx)
 

Detailed Description

Provide a human-readable extended HTML description of a transaction.

Definition at line 19 of file transactiondesc.h.

Constructor & Destructor Documentation

◆ TransactionDesc()

TransactionDesc::TransactionDesc ( )
inlineprivate

Definition at line 29 of file transactiondesc.h.

Here is the call graph for this function:

Member Function Documentation

◆ CreateDebugString()

void TransactionDesc::CreateDebugString ( QString &  strHTML,
CWallet wallet,
CWalletTx wtx,
int  unit 
)
static

Definition at line 438 of file transactiondesc.cpp.

Here is the call graph for this function:

◆ FormatTxStatus()

QString TransactionDesc::FormatTxStatus ( const CWalletTx wtx)
staticprivate

Definition at line 25 of file transactiondesc.cpp.

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

◆ toAssetHTML()

QString TransactionDesc::toAssetHTML ( CWallet wallet,
CWalletTx wtx,
TransactionRecord rec,
int  unit 
)
static

Definition at line 289 of file transactiondesc.cpp.

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

◆ toHTML()

QString TransactionDesc::toHTML ( CWallet wallet,
CWalletTx wtx,
TransactionRecord rec,
int  unit 
)
static

Definition at line 51 of file transactiondesc.cpp.

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

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