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

#include <addtokenpage.h>

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

Public Member Functions

 AddTokenPage (QWidget *parent=0)
 
 ~AddTokenPage ()
 
void clearAll ()
 
void setModel (WalletModel *_model)
 
void setClientModel (ClientModel *clientModel)
 

Private Slots

void on_clearButton_clicked ()
 
void on_confirmButton_clicked ()
 
void on_addressChanged ()
 
void on_numBlocksChanged ()
 
void on_updateConfirmButton ()
 
void on_zeroBalanceAddressToken (bool enable)
 

Private Attributes

Ui::AddTokenPageui
 
Tokenm_tokenABI
 
WalletModelm_model
 
ClientModelm_clientModel
 
bool m_validTokenAddress
 

Detailed Description

Definition at line 13 of file addtokenpage.h.

Constructor & Destructor Documentation

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

Definition at line 18 of file addtokenpage.cpp.

Here is the call graph for this function:

AddTokenPage::~AddTokenPage ( )

Definition at line 50 of file addtokenpage.cpp.

Member Function Documentation

void AddTokenPage::clearAll ( )

Definition at line 69 of file addtokenpage.cpp.

Here is the caller graph for this function:

void AddTokenPage::on_addressChanged ( )
privateslot

Definition at line 129 of file addtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void AddTokenPage::on_clearButton_clicked ( )
privateslot

Definition at line 85 of file addtokenpage.cpp.

Here is the call graph for this function:

void AddTokenPage::on_confirmButton_clicked ( )
privateslot

Definition at line 90 of file addtokenpage.cpp.

Here is the call graph for this function:

void AddTokenPage::on_numBlocksChanged ( )
privateslot

Definition at line 147 of file addtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void AddTokenPage::on_updateConfirmButton ( )
privateslot

Definition at line 152 of file addtokenpage.cpp.

Here is the caller graph for this function:

void AddTokenPage::on_zeroBalanceAddressToken ( bool  enable)
privateslot

Definition at line 167 of file addtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void AddTokenPage::setClientModel ( ClientModel clientModel)

Definition at line 59 of file addtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void AddTokenPage::setModel ( WalletModel _model)

Definition at line 78 of file addtokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

ClientModel* AddTokenPage::m_clientModel
private

Definition at line 38 of file addtokenpage.h.

WalletModel* AddTokenPage::m_model
private

Definition at line 37 of file addtokenpage.h.

Token* AddTokenPage::m_tokenABI
private

Definition at line 36 of file addtokenpage.h.

bool AddTokenPage::m_validTokenAddress
private

Definition at line 39 of file addtokenpage.h.

Ui::AddTokenPage* AddTokenPage::ui
private

Definition at line 35 of file addtokenpage.h.


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