Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
peertablemodel.h
Go to the documentation of this file.
QVariant data(const QModelIndex &index, int role) const
Definition: peertablemodel.cpp:162
bool operator()(const CNodeCombinedStats &left, const CNodeCombinedStats &right) const
Definition: peertablemodel.cpp:18
Definition: peertablemodel.h:23
Definition: peertablemodel.h:63
Definition: net_processing.h:79
Definition: peertablemodel.h:59
NodeLessThan(int nColumn, Qt::SortOrder fOrder)
Definition: peertablemodel.h:32
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: peertablemodel.cpp:211
int columnCount(const QModelIndex &parent) const
Definition: peertablemodel.cpp:156
Definition: net.h:717
bool fNodeStateStatsAvailable
Definition: peertablemodel.h:26
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call...
Definition: peertablemodel.h:45
const CNodeCombinedStats * getNodeStats(int idx)
Definition: peertablemodel.cpp:230
QModelIndex index(int row, int column, const QModelIndex &parent) const
Definition: peertablemodel.cpp:220
Definition: peertablemodel.cpp:46
Definition: peertablemodel.h:58
Definition: peertablemodel.h:29
Definition: peertablemodel.h:61
Definition: peertablemodel.h:62
Definition: peertablemodel.h:60
PeerTableModel(ClientModel *parent=0)
Definition: peertablemodel.cpp:116
int rowCount(const QModelIndex &parent) const
Definition: peertablemodel.cpp:150
QVariant headerData(int section, Qt::Orientation orientation, int role) const
Definition: peertablemodel.cpp:199