PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
TxRow Class Reference

#include <txrow.h>

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

Public Member Functions

 TxRow (QWidget *parent=nullptr)
 
 ~TxRow ()
 
void init (bool isLightTheme)
 
void showHideSecondAmount (bool show)
 
void updateStatus (bool isLightTheme, bool isHover, bool isSelected)
 
void setDate (QDateTime)
 
void setLabel (QString)
 
void setAmount (QString top, QString bottom)
 
void setType (bool isLightTheme, int type, bool isConfirmed)
 
void setConfirmStatus (bool isConfirmed)
 

Private Attributes

Ui::TxRow * ui
 
bool isConfirmed = false
 
bool isDoubleAmount = false
 

Detailed Description

Definition at line 16 of file txrow.h.

Constructor & Destructor Documentation

◆ TxRow()

TxRow::TxRow ( QWidget *  parent = nullptr)
explicit

Definition at line 11 of file txrow.cpp.

◆ ~TxRow()

TxRow::~TxRow ( )

Definition at line 163 of file txrow.cpp.

Member Function Documentation

◆ init()

void TxRow::init ( bool  isLightTheme)

Definition at line 19 of file txrow.cpp.

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

◆ setAmount()

void TxRow::setAmount ( QString  top,
QString  bottom 
)

Definition at line 60 of file txrow.cpp.

Here is the caller graph for this function:

◆ setConfirmStatus()

void TxRow::setConfirmStatus ( bool  isConfirmed)

Definition at line 32 of file txrow.cpp.

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

◆ setDate()

void TxRow::setDate ( QDateTime  date)

Definition at line 50 of file txrow.cpp.

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

◆ setLabel()

void TxRow::setLabel ( QString  str)

Definition at line 55 of file txrow.cpp.

Here is the caller graph for this function:

◆ setType()

void TxRow::setType ( bool  isLightTheme,
int  type,
bool  isConfirmed 
)

Definition at line 66 of file txrow.cpp.

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

◆ showHideSecondAmount()

void TxRow::showHideSecondAmount ( bool  show)

Definition at line 25 of file txrow.cpp.

Here is the caller graph for this function:

◆ updateStatus()

void TxRow::updateStatus ( bool  isLightTheme,
bool  isHover,
bool  isSelected 
)

Definition at line 42 of file txrow.cpp.

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

Member Data Documentation

◆ isConfirmed

bool TxRow::isConfirmed = false
private

Definition at line 36 of file txrow.h.

◆ isDoubleAmount

bool TxRow::isDoubleAmount = false
private

Definition at line 37 of file txrow.h.

◆ ui

Ui::TxRow* TxRow::ui
private

Definition at line 35 of file txrow.h.


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