Searched refs:CStatTreeItemRateCounter (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.h148 class CStatTreeItemRateCounter : public CStatTreeItemBase, public CPreciseRateCounter { class in inherits:CStatTreeItemBase,CPreciseRateCounter
156 CStatTreeItemRateCounter(const wxString& label, bool show_maxrate, uint32_t timespan, bool count_average = false) function in class:CStatTreeItemRateCounter
392 static CStatTreeItemRateCounter* s_uploadrate;
393 static CStatTreeItemRateCounter* s_downloadrate;
H A DStatistics.cpp104 /*----- CStatTreeItemRateCounter -----*/
107 wxString CStatTreeItemRateCounter::GetDisplayString() const
113 void CStatTreeItemRateCounter::AddECValues(CECTag* tag) const
143 CStatTreeItemRateCounter* CStatistics::s_uploadrate;
144 CStatTreeItemRateCounter* CStatistics::s_downloadrate;
774 s_downloadrate = (CStatTreeItemRateCounter*)tmpRoot1->AddChild(new CStatTreeItemRateCounter(wxTRANSLATE("Max download rate (Session): %s"), true, 30000));
775 s_uploadrate = (CStatTreeItemRateCounter*)tmpRoot1->AddChild(new CStatTreeItemRateCounter(wxTRANSLATE("Max upload rate (Session): %s"), true, 30000));

Completed in 80 milliseconds