![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
void | refreshBanlist () |
int | size () const |
CCombinedBan * | index (int idx) |
Public Attributes | |
QList< CCombinedBan > | cachedBanlist |
int | sortColumn |
Qt::SortOrder | sortOrder |
Definition at line 37 of file bantablemodel.cpp.
|
inline |
Definition at line 76 of file bantablemodel.cpp.
|
inline |
Pull a full list of banned nodes from CNode into our cache
Definition at line 48 of file bantablemodel.cpp.
|
inline |
Definition at line 71 of file bantablemodel.cpp.
QList<CCombinedBan> BanTablePriv::cachedBanlist |
Local cache of peer information
Definition at line 41 of file bantablemodel.cpp.
Referenced by index(), refreshBanlist(), and size().
int BanTablePriv::sortColumn |
Column to sort nodes by
Definition at line 43 of file bantablemodel.cpp.
Referenced by refreshBanlist().
Qt::SortOrder BanTablePriv::sortOrder |
Order (ascending or descending) to sort nodes by
Definition at line 45 of file bantablemodel.cpp.
Referenced by refreshBanlist().