Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
SendTokenPage Class Reference

#include <sendtokenpage.h>

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

Public Member Functions

 SendTokenPage (QWidget *parent=0)
 
 ~SendTokenPage ()
 
void setModel (WalletModel *_model)
 
void setClientModel (ClientModel *clientModel)
 
void clearAll ()
 
bool isValidAddress ()
 
bool isDataValid ()
 
void setTokenData (std::string address, std::string sender, std::string symbol, int8_t decimals, std::string balance)
 

Private Slots

void on_clearButton_clicked ()
 
void on_numBlocksChanged ()
 
void on_updateConfirmButton ()
 
void on_confirmClicked ()
 

Private Attributes

Ui::SendTokenPageui
 
WalletModelm_model
 
ClientModelm_clientModel
 
Tokenm_tokenABI
 
SelectedTokenm_selectedToken
 

Detailed Description

Definition at line 15 of file sendtokenpage.h.

Constructor & Destructor Documentation

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

Definition at line 32 of file sendtokenpage.cpp.

Here is the call graph for this function:

SendTokenPage::~SendTokenPage ( )

Definition at line 67 of file sendtokenpage.cpp.

Member Function Documentation

void SendTokenPage::clearAll ( )

Definition at line 92 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendTokenPage::isDataValid ( )

Definition at line 107 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool SendTokenPage::isValidAddress ( )

Definition at line 101 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendTokenPage::on_clearButton_clicked ( )
privateslot

Definition at line 123 of file sendtokenpage.cpp.

Here is the call graph for this function:

void SendTokenPage::on_confirmClicked ( )
privateslot

Definition at line 155 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendTokenPage::on_numBlocksChanged ( )
privateslot

Definition at line 128 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendTokenPage::on_updateConfirmButton ( )
privateslot

Definition at line 144 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendTokenPage::setClientModel ( ClientModel clientModel)

Definition at line 81 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendTokenPage::setModel ( WalletModel _model)

Definition at line 76 of file sendtokenpage.cpp.

Here is the caller graph for this function:

void SendTokenPage::setTokenData ( std::string  address,
std::string  sender,
std::string  symbol,
int8_t  decimals,
std::string  balance 
)

Definition at line 217 of file sendtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

ClientModel* SendTokenPage::m_clientModel
private

Definition at line 40 of file sendtokenpage.h.

WalletModel* SendTokenPage::m_model
private

Definition at line 39 of file sendtokenpage.h.

SelectedToken* SendTokenPage::m_selectedToken
private

Definition at line 42 of file sendtokenpage.h.

Token* SendTokenPage::m_tokenABI
private

Definition at line 41 of file sendtokenpage.h.

Ui::SendTokenPage* SendTokenPage::ui
private

Definition at line 38 of file sendtokenpage.h.


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