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

#include <receivetokenpage.h>

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

Public Member Functions

 ReceiveTokenPage (const PlatformStyle *platformStyle, QWidget *parent=0)
 
 ~ReceiveTokenPage ()
 
void setAddress (QString address)
 
void setSymbol (QString symbol)
 

Private Slots

void on_copyAddressClicked ()
 

Private Member Functions

void createQRCode ()
 

Private Attributes

Ui::ReceiveTokenPageui
 
QString m_address
 
const PlatformStyleplatformStyle
 

Detailed Description

Definition at line 11 of file receivetokenpage.h.

Constructor & Destructor Documentation

ReceiveTokenPage::ReceiveTokenPage ( const PlatformStyle platformStyle,
QWidget *  parent = 0 
)
explicit

Definition at line 9 of file receivetokenpage.cpp.

Here is the call graph for this function:

ReceiveTokenPage::~ReceiveTokenPage ( )

Definition at line 21 of file receivetokenpage.cpp.

Member Function Documentation

void ReceiveTokenPage::createQRCode ( )
private

Definition at line 44 of file receivetokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveTokenPage::on_copyAddressClicked ( )
privateslot

Definition at line 38 of file receivetokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveTokenPage::setAddress ( QString  address)

Definition at line 26 of file receivetokenpage.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveTokenPage::setSymbol ( QString  symbol)

Definition at line 32 of file receivetokenpage.cpp.

Here is the caller graph for this function:

Member Data Documentation

QString ReceiveTokenPage::m_address
private

Definition at line 27 of file receivetokenpage.h.

const PlatformStyle* ReceiveTokenPage::platformStyle
private

Definition at line 31 of file receivetokenpage.h.

Ui::ReceiveTokenPage* ReceiveTokenPage::ui
private

Definition at line 26 of file receivetokenpage.h.


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