Searched refs:STATUSBAR_STATS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.h51 STATUSBAR_STATS, enumerator in enum:Prefs::__anon7427
H A Dprefs.cc48 { STATUSBAR_STATS, "statusbar-stats", QVariant::String },
269 tr_bencDictAddStr ( d, keyStr(STATUSBAR_STATS), "total-ratio" );
H A Dmainwin.cc270 << Prefs :: STATUSBAR_STATS
736 const QString mode( myPrefs.getString( Prefs::STATUSBAR_STATS ) );
928 void TrMainWindow :: showTotalRatio ( ) { myPrefs.set( Prefs::STATUSBAR_STATS, "total-ratio"); }
929 void TrMainWindow :: showTotalTransfer ( ) { myPrefs.set( Prefs::STATUSBAR_STATS, "total-transfer"); }
930 void TrMainWindow :: showSessionRatio ( ) { myPrefs.set( Prefs::STATUSBAR_STATS, "session-ratio"); }
931 void TrMainWindow :: showSessionTransfer ( ) { myPrefs.set( Prefs::STATUSBAR_STATS, "session-transfer"); }
1010 case Prefs::STATUSBAR_STATS:

Completed in 36 milliseconds