Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call.
More...
#include <bantablemodel.h>
Qt model providing information about connected peers, similar to the "getpeerinfo" RPC call.
Used by the rpc console UI.
Definition at line 42 of file bantablemodel.h.
| BanTableModel::~BanTableModel |
( |
| ) |
|
| int BanTableModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
| QVariant BanTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
| Qt::ItemFlags BanTableModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
| QVariant BanTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
| QModelIndex BanTableModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
override |
| void BanTableModel::refresh |
( |
| ) |
|
|
slot |
| int BanTableModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
| bool BanTableModel::shouldShow |
( |
| ) |
|
| void BanTableModel::sort |
( |
int |
column, |
|
|
Qt::SortOrder |
order |
|
) |
| |
|
override |
| void BanTableModel::startAutoRefresh |
( |
| ) |
|
| void BanTableModel::stopAutoRefresh |
( |
| ) |
|
| QStringList BanTableModel::columns |
|
private |
The documentation for this class was generated from the following files: