PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
TxEntry Class Reference

#include <txentry.h>

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

Public Member Functions

 TxEntry (QWidget *parent=0)
 
 ~TxEntry ()
 
void setData (int64_t Date, QString Address, QString Amount, QString ID, QString Type)
 
void expand (bool isExpanding)
 

Protected Member Functions

void resizeEvent (QResizeEvent *event)
 

Private Slots

void on_pushButtonExpand_clicked ()
 

Private Member Functions

void init ()
 

Private Attributes

Ui::TxEntry * ui
 
WalletModelmodel
 

Detailed Description

Definition at line 19 of file txentry.h.

Constructor & Destructor Documentation

◆ TxEntry()

TxEntry::TxEntry ( QWidget *  parent = 0)
explicit

Definition at line 20 of file txentry.cpp.

Here is the call graph for this function:

◆ ~TxEntry()

TxEntry::~TxEntry ( )

Definition at line 29 of file txentry.cpp.

Member Function Documentation

◆ expand()

void TxEntry::expand ( bool  isExpanding)

Definition at line 78 of file txentry.cpp.

Here is the caller graph for this function:

◆ init()

void TxEntry::init ( )
private

Definition at line 33 of file txentry.cpp.

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

◆ on_pushButtonExpand_clicked

void TxEntry::on_pushButtonExpand_clicked ( )
privateslot

Definition at line 73 of file txentry.cpp.

Here is the call graph for this function:

◆ resizeEvent()

void TxEntry::resizeEvent ( QResizeEvent *  event)
protected

Definition at line 42 of file txentry.cpp.

◆ setData()

void TxEntry::setData ( int64_t  Date,
QString  Address,
QString  Amount,
QString  ID,
QString  Type 
)

Definition at line 53 of file txentry.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ model

WalletModel* TxEntry::model
private

Definition at line 42 of file txentry.h.

◆ ui

Ui::TxEntry* TxEntry::ui
private

Definition at line 41 of file txentry.h.


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