![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <qrctoken.h>
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::QRCToken * | ui |
| SendTokenPage * | m_sendTokenPage |
| ReceiveTokenPage * | m_receiveTokenPage |
| AddTokenPage * | m_addTokenPage |
| WalletModel * | m_model |
| ClientModel * | m_clientModel |
| QAbstractItemModel * | m_tokenModel |
| TokenViewDelegate * | m_tokenDelegate |
| QAction * | m_sendAction |
| QAction * | m_receiveAction |
| QAction * | m_addTokenAction |
| QString | m_selectedTokenHash |
| TokenTransactionView * | m_tokenTransactionView |
| const PlatformStyle * | m_platformStyle |
| QMenu * | contextMenu |
Definition at line 23 of file qrctoken.h.
|
explicit |
| QRCToken::~QRCToken | ( | ) |
Definition at line 151 of file qrctoken.cpp.
|
slot |
|
slot |
Definition at line 305 of file qrctoken.cpp.
|
slot |
Definition at line 290 of file qrctoken.cpp.
|
slot |
Definition at line 295 of file qrctoken.cpp.
|
slot |
Definition at line 300 of file qrctoken.cpp.
|
slot |
Definition at line 256 of file qrctoken.cpp.
|
slot |
Definition at line 209 of file qrctoken.cpp.
|
slot |
Definition at line 240 of file qrctoken.cpp.
|
slot |
|
slot |
|
slot |
|
slot |
Definition at line 263 of file qrctoken.cpp.
|
slot |
Definition at line 310 of file qrctoken.cpp.
| void QRCToken::setClientModel | ( | ClientModel * | clientModel | ) |
Definition at line 187 of file qrctoken.cpp.
| void QRCToken::setModel | ( | WalletModel * | _model | ) |
Definition at line 156 of file qrctoken.cpp.
|
private |
Definition at line 66 of file qrctoken.h.
|
private |
Definition at line 62 of file qrctoken.h.
|
private |
Definition at line 55 of file qrctoken.h.
|
private |
Definition at line 57 of file qrctoken.h.
|
private |
Definition at line 56 of file qrctoken.h.
|
private |
Definition at line 65 of file qrctoken.h.
|
private |
Definition at line 61 of file qrctoken.h.
|
private |
Definition at line 54 of file qrctoken.h.
|
private |
Definition at line 63 of file qrctoken.h.
|
private |
Definition at line 60 of file qrctoken.h.
|
private |
Definition at line 53 of file qrctoken.h.
|
private |
Definition at line 59 of file qrctoken.h.
|
private |
Definition at line 58 of file qrctoken.h.
|
private |
Definition at line 64 of file qrctoken.h.
|
private |
Definition at line 52 of file qrctoken.h.
1.8.11