Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
WalletModelTransaction Class Reference

Data model for a walletmodel transaction. More...

#include <walletmodeltransaction.h>

Collaboration diagram for WalletModelTransaction:
[legend]

Public Member Functions

 WalletModelTransaction (const QList< SendCoinsRecipient > &recipients)
 
 ~WalletModelTransaction ()
 
QList< SendCoinsRecipientgetRecipients ()
 
CWalletTxgetTransaction ()
 
void setTransactionFee (qint64 newFee)
 
qint64 getTransactionFee ()
 
qint64 getTotalTransactionAmount ()
 
void newPossibleKeyChange (CWallet *wallet)
 
CReserveKeygetPossibleKeyChange ()
 

Private Attributes

const QList< SendCoinsRecipientrecipients
 
CWalletTxwalletTransaction
 
CReserveKeykeyChange
 
qint64 fee
 

Detailed Description

Data model for a walletmodel transaction.

Definition at line 20 of file walletmodeltransaction.h.

Constructor & Destructor Documentation

WalletModelTransaction::WalletModelTransaction ( const QList< SendCoinsRecipient > &  recipients)
explicit

Definition at line 10 of file walletmodeltransaction.cpp.

WalletModelTransaction::~WalletModelTransaction ( )

Definition at line 19 of file walletmodeltransaction.cpp.

Member Function Documentation

CReserveKey * WalletModelTransaction::getPossibleKeyChange ( )

Definition at line 60 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

QList< SendCoinsRecipient > WalletModelTransaction::getRecipients ( )

Definition at line 25 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

qint64 WalletModelTransaction::getTotalTransactionAmount ( )

Definition at line 45 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

CWalletTx * WalletModelTransaction::getTransaction ( )

Definition at line 30 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

qint64 WalletModelTransaction::getTransactionFee ( )

Definition at line 35 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

void WalletModelTransaction::newPossibleKeyChange ( CWallet wallet)

Definition at line 55 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

void WalletModelTransaction::setTransactionFee ( qint64  newFee)

Definition at line 40 of file walletmodeltransaction.cpp.

Here is the caller graph for this function:

Member Data Documentation

qint64 WalletModelTransaction::fee
private

Definition at line 42 of file walletmodeltransaction.h.

CReserveKey* WalletModelTransaction::keyChange
private

Definition at line 41 of file walletmodeltransaction.h.

const QList<SendCoinsRecipient> WalletModelTransaction::recipients
private

Definition at line 39 of file walletmodeltransaction.h.

CWalletTx* WalletModelTransaction::walletTransaction
private

Definition at line 40 of file walletmodeltransaction.h.


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