Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
PeerTablePriv Class Reference

Public Member Functions

void refreshPeers ()
 Pull a full list of peers from vNodes into our cache. More...
 
int size () const
 
CNodeCombinedStatsindex (int idx)
 

Public Attributes

QList< CNodeCombinedStatscachedNodeStats
 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...
 

Detailed Description

Definition at line 42 of file peertablemodel.cpp.

Member Function Documentation

CNodeCombinedStats* PeerTablePriv::index ( int  idx)
inline

Definition at line 103 of file peertablemodel.cpp.

void PeerTablePriv::refreshPeers ( )
inline

Pull a full list of peers from vNodes into our cache.

Definition at line 55 of file peertablemodel.cpp.

Here is the call graph for this function:

int PeerTablePriv::size ( void  ) const
inline

Definition at line 98 of file peertablemodel.cpp.

Member Data Documentation

QList<CNodeCombinedStats> PeerTablePriv::cachedNodeStats

Local cache of peer information.

Definition at line 46 of file peertablemodel.cpp.

std::map<NodeId, int> PeerTablePriv::mapNodeRows

Index of rows by node ID.

Definition at line 52 of file peertablemodel.cpp.

int PeerTablePriv::sortColumn

Column to sort nodes by.

Definition at line 48 of file peertablemodel.cpp.

Qt::SortOrder PeerTablePriv::sortOrder

Order (ascending or descending) to sort nodes by.

Definition at line 50 of file peertablemodel.cpp.


The documentation for this class was generated from the following file: