PRCYCoin
2.0.0.7rc1
P2P Digital Currency
src
qt
transactiondesc.h
Go to the documentation of this file.
1
// Copyright (c) 2011-2013 The Bitcoin developers
2
// Distributed under the MIT/X11 software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_QT_TRANSACTIONDESC_H
6
#define BITCOIN_QT_TRANSACTIONDESC_H
7
8
#include <QObject>
9
#include <QString>
10
11
class
TransactionRecord
;
12
13
class
CWallet
;
14
class
CWalletTx
;
15
18
class
TransactionDesc
:
public
QObject
19
{
20
Q_OBJECT
21
22
public
:
23
static
QString
toHTML
(
CWallet
* wallet,
CWalletTx
& wtx,
TransactionRecord
* rec,
int
unit);
24
25
private
:
26
TransactionDesc
() {}
27
28
static
QString
FormatTxStatus
(
const
CWalletTx
& wtx);
29
};
30
31
#endif // BITCOIN_QT_TRANSACTIONDESC_H
TransactionDesc::TransactionDesc
TransactionDesc()
Definition:
transactiondesc.h:26
TransactionRecord
UI model for a transaction.
Definition:
transactionrecord.h:72
CWallet
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances,...
Definition:
wallet.h:243
CWalletTx
A transaction with a bunch of additional info that only the owner cares about.
Definition:
wallet.h:792
TransactionDesc::FormatTxStatus
static QString FormatTxStatus(const CWalletTx &wtx)
Definition:
transactiondesc.cpp:28
TransactionDesc::toHTML
static QString toHTML(CWallet *wallet, CWalletTx &wtx, TransactionRecord *rec, int unit)
Definition:
transactiondesc.cpp:87
TransactionDesc
Provide a human-readable extended HTML description of a transaction.
Definition:
transactiondesc.h:18
Generated on Tue Apr 28 2026 00:02:55 for PRCYCoin by
1.8.17