Searched refs:getInt (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h223 int getInt ( int key ) const;
241 int getBandwidthPriority( ) const { return getInt( BANDWIDTH_PRIORITY ); }
242 int id( ) const { return getInt( ID ); }
265 int pieceCount( ) const { return getInt( PIECE_COUNT ); }
278 int getETA( ) const { return getInt( ETA ); }
285 int peersWeAreDownloadingFrom( ) const { return getInt( PEERS_SENDING_TO_US ); }
286 int webseedsWeAreDownloadingFrom( ) const { return getInt( WEBSEEDS_SENDING_TO_US ); }
287 int peersWeAreUploadingTo( ) const { return getInt( PEERS_GETTING_FROM_US ); }
289 int connectedPeers( ) const { return getInt( PEERS_CONNECTED ); }
290 int connectedPeersAndWebseeds( ) const { return connectedPeers( ) + getInt( WEBSEEDS_SENDING_TO_U
[all...]
H A Dprefs.h157 int getInt( int key ) const;
H A Dprefs-dialog.cc98 spin->setValue( myPrefs.getInt( key ) );
135 const int minutes( myPrefs.getInt( key ) );
283 box->setCurrentIndex( box->findData( myPrefs.getInt( Prefs :: ALT_SPEED_LIMIT_TIME_DAY ) ) );
779 spin->setValue( myPrefs.getInt( key ) );
787 const int minutes( myPrefs.getInt( key ) );
797 const int index = comboBox->findData( myPrefs.getInt( key ) );
H A Dmainwin.cc1103 setGeometry( myPrefs.getInt( Prefs::MAIN_WINDOW_X ),
1104 myPrefs.getInt( Prefs::MAIN_WINDOW_Y ),
1105 myPrefs.getInt( Prefs::MAIN_WINDOW_WIDTH ),
1106 myPrefs.getInt( Prefs::MAIN_WINDOW_HEIGHT ) );
1117 const Speed d = Speed::fromKBps( myPrefs.getInt( Prefs::ALT_SPEED_LIMIT_DOWN ) );
1118 const Speed u = Speed::fromKBps( myPrefs.getInt( Prefs::ALT_SPEED_LIMIT_UP ) );
H A Dprefs.cc313 Prefs :: getInt( int key ) const function in class:Prefs
H A Dsession.cc219 tr_sessionSetRPCPort( mySession, myPrefs.getInt(key) );
1044 url.setPort( myPrefs.getInt( Prefs::RPC_PORT ) );
H A Dtorrent.cc267 Torrent :: getInt( int i ) const function in class:Torrent
723 switch( getInt( ERROR ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java420 output.writeInt(field.getInt(o));

Completed in 161 milliseconds