![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Public Member Functions | |
| void | refreshBanlist (interfaces::Node &node) |
| Pull a full list of banned nodes from CNode into our cache. More... | |
| int | size () const |
| CCombinedBan * | index (int idx) |
Public Attributes | |
| QList< CCombinedBan > | cachedBanlist |
| 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... | |
Definition at line 38 of file bantablemodel.cpp.
|
inline |
Definition at line 74 of file bantablemodel.cpp.
|
inline |
Pull a full list of banned nodes from CNode into our cache.
Definition at line 49 of file bantablemodel.cpp.
|
inline |
Definition at line 69 of file bantablemodel.cpp.
| QList<CCombinedBan> BanTablePriv::cachedBanlist |
Local cache of peer information.
Definition at line 42 of file bantablemodel.cpp.
| int BanTablePriv::sortColumn |
Column to sort nodes by.
Definition at line 44 of file bantablemodel.cpp.
| Qt::SortOrder BanTablePriv::sortOrder |
Order (ascending or descending) to sort nodes by.
Definition at line 46 of file bantablemodel.cpp.
1.8.14