Bitcoin
|
Public Member Functions | |
void | refreshBanlist (interfaces::Node &node) |
int | size () const |
CCombinedBan * | index (int idx) |
Public Attributes | |
QList< CCombinedBan > | cachedBanlist |
int | sortColumn {-1} |
Qt::SortOrder | sortOrder |
|
inline |
|
inline |
Pull a full list of banned nodes from CNode into our cache
|
inline |
QList<CCombinedBan> BanTablePriv::cachedBanlist |
Local cache of peer information
int BanTablePriv::sortColumn {-1} |
Column to sort nodes by (default to unsorted)
Qt::SortOrder BanTablePriv::sortOrder |
Order (ascending or descending) to sort nodes by