5 #ifndef FABCOIN_QT_BANTABLEMODEL_H 6 #define FABCOIN_QT_BANTABLEMODEL_H 10 #include <QAbstractTableModel> 11 #include <QStringList> 25 column(nColumn), order(fOrder) {}
44 void startAutoRefresh();
45 void stopAutoRefresh();
54 int rowCount(
const QModelIndex &parent)
const;
55 int columnCount(
const QModelIndex &parent)
const;
56 QVariant
data(
const QModelIndex &index,
int role)
const;
57 QVariant headerData(
int section, Qt::Orientation orientation,
int role)
const;
58 QModelIndex index(
int row,
int column,
const QModelIndex &parent)
const;
59 Qt::ItemFlags flags(
const QModelIndex &index)
const;
60 void sort(
int column, Qt::SortOrder order);
70 std::unique_ptr<BanTablePriv>
priv;
73 #endif // FABCOIN_QT_BANTABLEMODEL_H
h160 Address
An Ethereum address: 20 bytes.
ClientModel * clientModel
std::unique_ptr< BanTablePriv > priv
Model for Fabcoin network client.
BannedNodeLessThan(int nColumn, Qt::SortOrder fOrder)
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call...