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

#include <qrctoken.h>

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

Public Slots

void on_goToSendTokenPage ()
 
void on_goToReceiveTokenPage ()
 
void on_goToAddTokenPage ()
 
void on_currentTokenChanged (QModelIndex index)
 
void on_dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >())
 
void on_currentChanged (QModelIndex current, QModelIndex previous)
 
void on_rowsInserted (QModelIndex index, int first, int last)
 
void contextualMenu (const QPoint &)
 
void copyTokenAddress ()
 
void copyTokenBalance ()
 
void copyTokenName ()
 
void copySenderAddress ()
 
void removeToken ()
 

Public Member Functions

 QRCToken (const PlatformStyle *platformStyle, QWidget *parent=0)
 
 ~QRCToken ()
 
void setModel (WalletModel *_model)
 
void setClientModel (ClientModel *clientModel)
 

Private Attributes

Ui::QRCTokenui
 
SendTokenPagem_sendTokenPage
 
ReceiveTokenPagem_receiveTokenPage
 
AddTokenPagem_addTokenPage
 
WalletModelm_model
 
ClientModelm_clientModel
 
QAbstractItemModel * m_tokenModel
 
TokenViewDelegatem_tokenDelegate
 
QAction * m_sendAction
 
QAction * m_receiveAction
 
QAction * m_addTokenAction
 
QString m_selectedTokenHash
 
TokenTransactionViewm_tokenTransactionView
 
const PlatformStylem_platformStyle
 
QMenu * contextMenu
 

Detailed Description

Definition at line 23 of file qrctoken.h.

Constructor & Destructor Documentation

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

Definition at line 93 of file qrctoken.cpp.

Here is the call graph for this function:

QRCToken::~QRCToken ( )

Definition at line 151 of file qrctoken.cpp.

Member Function Documentation

void QRCToken::contextualMenu ( const QPoint &  point)
slot

Definition at line 277 of file qrctoken.cpp.

Here is the caller graph for this function:

void QRCToken::copySenderAddress ( )
slot

Definition at line 305 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::copyTokenAddress ( )
slot

Definition at line 290 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::copyTokenBalance ( )
slot

Definition at line 295 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::copyTokenName ( )
slot

Definition at line 300 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::on_currentChanged ( QModelIndex  current,
QModelIndex  previous 
)
slot

Definition at line 256 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::on_currentTokenChanged ( QModelIndex  index)
slot

Definition at line 209 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::on_dataChanged ( const QModelIndex &  topLeft,
const QModelIndex &  bottomRight,
const QVector< int > &  roles = QVector<int>() 
)
slot

Definition at line 240 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::on_goToAddTokenPage ( )
slot

Definition at line 204 of file qrctoken.cpp.

Here is the caller graph for this function:

void QRCToken::on_goToReceiveTokenPage ( )
slot

Definition at line 199 of file qrctoken.cpp.

Here is the caller graph for this function:

void QRCToken::on_goToSendTokenPage ( )
slot

Definition at line 194 of file qrctoken.cpp.

Here is the caller graph for this function:

void QRCToken::on_rowsInserted ( QModelIndex  index,
int  first,
int  last 
)
slot

Definition at line 263 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::removeToken ( )
slot

Definition at line 310 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::setClientModel ( ClientModel clientModel)

Definition at line 187 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QRCToken::setModel ( WalletModel _model)

Definition at line 156 of file qrctoken.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QMenu* QRCToken::contextMenu
private

Definition at line 66 of file qrctoken.h.

QAction* QRCToken::m_addTokenAction
private

Definition at line 62 of file qrctoken.h.

AddTokenPage* QRCToken::m_addTokenPage
private

Definition at line 55 of file qrctoken.h.

ClientModel* QRCToken::m_clientModel
private

Definition at line 57 of file qrctoken.h.

WalletModel* QRCToken::m_model
private

Definition at line 56 of file qrctoken.h.

const PlatformStyle* QRCToken::m_platformStyle
private

Definition at line 65 of file qrctoken.h.

QAction* QRCToken::m_receiveAction
private

Definition at line 61 of file qrctoken.h.

ReceiveTokenPage* QRCToken::m_receiveTokenPage
private

Definition at line 54 of file qrctoken.h.

QString QRCToken::m_selectedTokenHash
private

Definition at line 63 of file qrctoken.h.

QAction* QRCToken::m_sendAction
private

Definition at line 60 of file qrctoken.h.

SendTokenPage* QRCToken::m_sendTokenPage
private

Definition at line 53 of file qrctoken.h.

TokenViewDelegate* QRCToken::m_tokenDelegate
private

Definition at line 59 of file qrctoken.h.

QAbstractItemModel* QRCToken::m_tokenModel
private

Definition at line 58 of file qrctoken.h.

TokenTransactionView* QRCToken::m_tokenTransactionView
private

Definition at line 64 of file qrctoken.h.

Ui::QRCToken* QRCToken::ui
private

Definition at line 52 of file qrctoken.h.


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