Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
BanTablePriv Class Reference

Public Member Functions

void refreshBanlist (interfaces::Node &node)
 Pull a full list of banned nodes from interfaces::Node into our cache. More...
 
int size () const
 
CCombinedBanindex (int idx)
 

Public Attributes

QList< CCombinedBancachedBanlist
 Local cache of peer information. More...
 
int sortColumn {-1}
 Column to sort nodes by (default to unsorted) More...
 
Qt::SortOrder sortOrder
 Order (ascending or descending) to sort nodes by. More...
 

Detailed Description

Definition at line 36 of file bantablemodel.cpp.

Member Function Documentation

◆ index()

CCombinedBan* BanTablePriv::index ( int  idx)
inline

Definition at line 72 of file bantablemodel.cpp.

◆ refreshBanlist()

void BanTablePriv::refreshBanlist ( interfaces::Node node)
inline

Pull a full list of banned nodes from interfaces::Node into our cache.

Definition at line 47 of file bantablemodel.cpp.

◆ size()

int BanTablePriv::size ( ) const
inline

Definition at line 67 of file bantablemodel.cpp.

Member Data Documentation

◆ cachedBanlist

QList<CCombinedBan> BanTablePriv::cachedBanlist

Local cache of peer information.

Definition at line 40 of file bantablemodel.cpp.

◆ sortColumn

int BanTablePriv::sortColumn {-1}

Column to sort nodes by (default to unsorted)

Definition at line 42 of file bantablemodel.cpp.

◆ sortOrder

Qt::SortOrder BanTablePriv::sortOrder

Order (ascending or descending) to sort nodes by.

Definition at line 44 of file bantablemodel.cpp.


The documentation for this class was generated from the following file: