Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
bantablemodel.h
Go to the documentation of this file.
int columnCount(const QModelIndex &parent) const
Definition: bantablemodel.cpp:109
Definition: bantablemodel.cpp:37
void startAutoRefresh()
QVariant data(const QModelIndex &index, int role) const
Definition: bantablemodel.cpp:115
Definition: bantablemodel.h:23
Definition: netaddress.h:105
Definition: bantablemodel.h:51
QVariant headerData(int section, Qt::Orientation orientation, int role) const
Definition: bantablemodel.cpp:137
bool operator()(const CCombinedBan &left, const CCombinedBan &right) const
Definition: bantablemodel.cpp:17
Definition: bantablemodel.h:18
BannedNodeLessThan(int nColumn, Qt::SortOrder fOrder)
Definition: bantablemodel.h:26
int rowCount(const QModelIndex &parent) const
Definition: bantablemodel.cpp:103
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call...
Definition: bantablemodel.h:39
QModelIndex index(int row, int column, const QModelIndex &parent) const
Definition: bantablemodel.cpp:158
Definition: addrdb.h:26
Definition: bantablemodel.h:50
void stopAutoRefresh()
Qt::ItemFlags flags(const QModelIndex &index) const
Definition: bantablemodel.cpp:149