Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Public Member Functions

void refreshBanlist ()
 Pull a full list of banned nodes from CNode into our cache. More...
 
int size () const
 
CCombinedBanindex (int idx)
 

Public Attributes

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

Detailed Description

Definition at line 37 of file bantablemodel.cpp.

Member Function Documentation

◆ index()

CCombinedBan* BanTablePriv::index ( int  idx)
inline

Definition at line 76 of file bantablemodel.cpp.

References cachedBanlist.

◆ refreshBanlist()

void BanTablePriv::refreshBanlist ( )
inline

Pull a full list of banned nodes from CNode into our cache.

Definition at line 48 of file bantablemodel.cpp.

References CCombinedBan::banEntry, cachedBanlist, g_connman, sortColumn, sortOrder, and CCombinedBan::subnet.

◆ size()

int BanTablePriv::size ( ) const
inline

Definition at line 71 of file bantablemodel.cpp.

References cachedBanlist.

Member Data Documentation

◆ cachedBanlist

QList<CCombinedBan> BanTablePriv::cachedBanlist

Local cache of peer information.

Definition at line 41 of file bantablemodel.cpp.

Referenced by index(), refreshBanlist(), and size().

◆ sortColumn

int BanTablePriv::sortColumn

Column to sort nodes by.

Definition at line 43 of file bantablemodel.cpp.

Referenced by refreshBanlist().

◆ sortOrder

Qt::SortOrder BanTablePriv::sortOrder

Order (ascending or descending) to sort nodes by.

Definition at line 45 of file bantablemodel.cpp.

Referenced by refreshBanlist().


The documentation for this class was generated from the following file:
Released under the MIT license