![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
void | refreshPeers () |
int | size () const |
CNodeCombinedStats * | index (int idx) |
Public Attributes | |
QList< CNodeCombinedStats > | cachedNodeStats |
int | sortColumn |
Qt::SortOrder | sortOrder |
std::map< NodeId, int > | mapNodeRows |
Definition at line 42 of file peertablemodel.cpp.
|
inline |
Definition at line 103 of file peertablemodel.cpp.
|
inline |
Pull a full list of peers from vNodes into our cache
Definition at line 55 of file peertablemodel.cpp.
|
inline |
Definition at line 98 of file peertablemodel.cpp.
QList<CNodeCombinedStats> PeerTablePriv::cachedNodeStats |
Local cache of peer information
Definition at line 46 of file peertablemodel.cpp.
Referenced by index(), refreshPeers(), and size().
std::map<NodeId, int> PeerTablePriv::mapNodeRows |
Index of rows by node ID
Definition at line 52 of file peertablemodel.cpp.
Referenced by refreshPeers().
int PeerTablePriv::sortColumn |
Column to sort nodes by
Definition at line 48 of file peertablemodel.cpp.
Referenced by refreshPeers().
Qt::SortOrder PeerTablePriv::sortOrder |
Order (ascending or descending) to sort nodes by
Definition at line 50 of file peertablemodel.cpp.
Referenced by refreshPeers().