10 #include <QAbstractItemModel> 37 void on_goToSendTokenPage();
38 void on_goToReceiveTokenPage();
39 void on_goToAddTokenPage();
40 void on_currentTokenChanged(QModelIndex index);
41 void on_dataChanged(
const QModelIndex &topLeft,
const QModelIndex &bottomRight,
const QVector<int> &roles = QVector<int>());
42 void on_currentChanged(QModelIndex current, QModelIndex previous);
43 void on_rowsInserted(QModelIndex index,
int first,
int last);
44 void contextualMenu(
const QPoint &);
45 void copyTokenAddress();
46 void copyTokenBalance();
48 void copySenderAddress();
AddTokenPage * m_addTokenPage
QAction * m_receiveAction
TokenTransactionView * m_tokenTransactionView
TokenViewDelegate * m_tokenDelegate
ClientModel * m_clientModel
QAbstractItemModel * m_tokenModel
SendTokenPage * m_sendTokenPage
Model for Fabcoin network client.
Interface to Fabcoin wallet from Qt view code.
QString m_selectedTokenHash
QAction * m_addTokenAction
const PlatformStyle * m_platformStyle
ReceiveTokenPage * m_receiveTokenPage