![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Public Member Functions | |
| void | refreshPeers (interfaces::Node &node) |
| Pull a full list of peers from vNodes into our cache. More... | |
| int | size () const |
| CNodeCombinedStats * | index (int idx) |
Public Attributes | |
| QList< CNodeCombinedStats > | cachedNodeStats |
| 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... | |
| std::map< NodeId, int > | mapNodeRows |
| Index of rows by node ID. More... | |
Definition at line 47 of file peertablemodel.cpp.
|
inline |
Definition at line 94 of file peertablemodel.cpp.
|
inline |
Pull a full list of peers from vNodes into our cache.
Definition at line 60 of file peertablemodel.cpp.
|
inline |
Definition at line 89 of file peertablemodel.cpp.
| QList<CNodeCombinedStats> PeerTablePriv::cachedNodeStats |
Local cache of peer information.
Definition at line 51 of file peertablemodel.cpp.
| std::map<NodeId, int> PeerTablePriv::mapNodeRows |
Index of rows by node ID.
Definition at line 57 of file peertablemodel.cpp.
| int PeerTablePriv::sortColumn |
Column to sort nodes by.
Definition at line 53 of file peertablemodel.cpp.
| Qt::SortOrder PeerTablePriv::sortOrder |
Order (ascending or descending) to sort nodes by.
Definition at line 55 of file peertablemodel.cpp.
1.8.14