Searched refs:getBool (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h224 bool getBool ( int key ) const;
253 bool isPrivate( ) const { return getBool( IS_PRIVATE ); }
298 bool uploadIsLimited( ) const { return getBool( UP_LIMITED ); }
299 bool downloadIsLimited( ) const { return getBool( DOWN_LIMITED ); }
300 bool honorsSessionLimits( ) const { return getBool( HONORS_SESSION_LIMITS ); }
311 bool isStalled( ) const { return getBool( IS_STALLED ); }
316 bool isFinished( ) const { return getBool( IS_FINISHED ); }
H A Dprefs.h158 bool getBool( int key) const;
H A Dprefs-dialog.cc66 box->setChecked( myPrefs.getBool( key ) );
705 const bool enabled( myPrefs.getBool( Prefs::RPC_ENABLED ) );
706 const bool whitelist( myPrefs.getBool( Prefs::RPC_WHITELIST_ENABLED ) );
707 const bool auth( myPrefs.getBool( Prefs::RPC_AUTH_REQUIRED ) );
715 const bool enabled = myPrefs.getBool( key );
721 const bool enabled = myPrefs.getBool( key );
754 const bool enabled = myPrefs.getBool( key );
775 checkBox->setChecked( myPrefs.getBool( key ) );
H A Dtorrent-filter.cc55 sort( 0, !myPrefs.getBool(Prefs::SORT_REVERSED) ? Qt::AscendingOrder : Qt::DescendingOrder );
59 sort( 0, myPrefs.getBool(Prefs::SORT_REVERSED) ? Qt::AscendingOrder : Qt::DescendingOrder );
H A Dapp.cc217 if( !myPrefs->getBool( Prefs::USER_HAS_GIVEN_INFORMED_CONSENT ))
256 if( !myPrefs->getBool( Prefs::SHOW_DESKTOP_NOTIFICATION ) )
345 const bool isEnabled( myPrefs->getBool( Prefs::DIR_WATCH_ENABLED ) );
358 if( !myPrefs->getBool( Prefs :: BLOCKLIST_UPDATES_ENABLED ) )
410 if( !myPrefs->getBool( Prefs :: OPTIONS_PROMPT ) )
H A Dmainwin.cc258 ui.action_TrayIcon->setChecked( minimized || prefs.getBool( Prefs::SHOW_TRAY_ICON ) );
320 if( !myPrefs.getBool( Prefs :: SHOW_TRAY_ICON ) )
1020 ui.action_ReverseSortOrder->setChecked( myPrefs.getBool( key ) );
1061 b = myPrefs.getBool( key );
1067 b = myPrefs.getBool( key );
1073 b = myPrefs.getBool( key );
1079 b = myPrefs.getBool( key );
1089 b = myPrefs.getBool( key );
1112 b = myPrefs.getBool( Prefs :: ALT_SPEED_LIMIT_ENABLED );
1152 button->setChecked( myPrefs.getBool( Pref
[all...]
H A Dsession.cc207 tr_sessionSetRPCPasswordEnabled( mySession, myPrefs.getBool(key) );
211 tr_sessionSetRPCEnabled( mySession, myPrefs.getBool(key) );
227 tr_sessionSetRPCWhitelistEnabled( mySession, myPrefs.getBool(key) );
953 tr_bencDictAddBool( args, "paused", !myPrefs.getBool( Prefs::START ) );
975 tr_bencDictAddBool( args, "paused", !myPrefs.getBool( Prefs::START ) );
H A Dprefs.cc296 Prefs :: getBool( int key ) const function in class:Prefs
340 set( key, !getBool( key ) );
H A Doptions.cc166 c->setChecked( prefs.getBool( Prefs :: START ) );
170 c->setChecked( prefs.getBool( Prefs :: TRASH_ORIGINAL ) );
H A Ddetails.cc238 myTrackerDelegate->setShowMore( myPrefs.getBool( key ) );
247 myTrackerFilter->setShowBackupTrackers( myPrefs.getBool( key ) );
1241 c->setChecked( myPrefs.getBool( Prefs::SHOW_TRACKER_SCRAPES ) );
1247 c->setChecked( myPrefs.getBool( Prefs::SHOW_BACKUP_TRACKERS ) );
H A Dtorrent.cc285 Torrent :: getBool( int i ) const function in class:Torrent
343 if(( isLimited = myPrefs.getBool( Prefs :: RATIO_ENABLED )))

Completed in 73 milliseconds