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 43 of file bantablemodel.h.
 
◆ ColumnIndex
◆ BanTableModel()
◆ ~BanTableModel()
      
        
          | BanTableModel::~BanTableModel  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ columnCount()
      
        
          | int BanTableModel::columnCount  | 
          ( | 
          const QModelIndex &  | 
          parent | ) | 
           const | 
        
      
 
 
◆ data()
      
        
          | QVariant BanTableModel::data  | 
          ( | 
          const QModelIndex &  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          role  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ flags()
      
        
          | Qt::ItemFlags BanTableModel::flags  | 
          ( | 
          const QModelIndex &  | 
          index | ) | 
           const | 
        
      
 
 
◆ headerData()
      
        
          | QVariant BanTableModel::headerData  | 
          ( | 
          int  | 
          section,  | 
        
        
           | 
           | 
          Qt::Orientation  | 
          orientation,  | 
        
        
           | 
           | 
          int  | 
          role  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ index()
      
        
          | QModelIndex BanTableModel::index  | 
          ( | 
          int  | 
          row,  | 
        
        
           | 
           | 
          int  | 
          column,  | 
        
        
           | 
           | 
          const QModelIndex &  | 
          parent  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
◆ refresh
  
  
      
        
          | void BanTableModel::refresh  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
 
◆ rowCount()
      
        
          | int BanTableModel::rowCount  | 
          ( | 
          const QModelIndex &  | 
          parent | ) | 
           const | 
        
      
 
 
◆ shouldShow()
      
        
          | bool BanTableModel::shouldShow  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ sort()
      
        
          | void BanTableModel::sort  | 
          ( | 
          int  | 
          column,  | 
        
        
           | 
           | 
          Qt::SortOrder  | 
          order  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ startAutoRefresh()
      
        
          | void BanTableModel::startAutoRefresh  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ stopAutoRefresh()
      
        
          | void BanTableModel::stopAutoRefresh  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ clientModel
◆ columns
  
  
      
        
          | QStringList BanTableModel::columns | 
         
       
   | 
  
private   | 
  
 
 
◆ m_node
◆ priv
The documentation for this class was generated from the following files: