• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/

Lines Matching defs:TrMainWindow

71 TrMainWindow :: getStockIcon( const QString& name, int fallback )
97 TrMainWindow :: TrMainWindow( Session& session, Prefs& prefs, TorrentModel& model, bool minimized ):
307 TrMainWindow :: ~TrMainWindow( )
316 TrMainWindow :: closeEvent( QCloseEvent * event )
333 TrMainWindow :: onSessionSourceChanged( )
339 TrMainWindow :: onModelReset( )
355 TrMainWindow :: onSetPrefs( )
364 TrMainWindow :: onSetPrefs( bool isChecked )
373 TrMainWindow :: createStatusBar( )
462 TrMainWindow :: createOptionsMenu( )
545 TrMainWindow :: setSortPref( int i )
549 void TrMainWindow :: onSortByActivityToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_ACTIVITY ); }
550 void TrMainWindow :: onSortByAgeToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_AGE ); }
551 void TrMainWindow :: onSortByETAToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_ETA ); }
552 void TrMainWindow :: onSortByNameToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_NAME ); }
553 void TrMainWindow :: onSortByProgressToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_PROGRESS ); }
554 void TrMainWindow :: onSortByQueueToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_QUEUE ); }
555 void TrMainWindow :: onSortByRatioToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_RATIO ); }
556 void TrMainWindow :: onSortBySizeToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_SIZE ); }
557 void TrMainWindow :: onSortByStateToggled ( bool b ) { if( b ) setSortPref( SortMode::SORT_BY_STATE ); }
560 TrMainWindow :: setSortAscendingPref( bool b )
570 TrMainWindow :: onPrefsDestroyed( )
576 TrMainWindow :: openPreferences( )
587 TrMainWindow :: onDetailsDestroyed( )
593 TrMainWindow :: openProperties( )
605 TrMainWindow :: setLocation( )
637 TrMainWindow :: openFolder( )
653 TrMainWindow :: copyMagnetLinkToClipboard( )
660 TrMainWindow :: openDonate( )
666 TrMainWindow :: openHelp( )
677 TrMainWindow :: refreshTitle( )
687 TrMainWindow :: refreshVisibleCount( )
701 TrMainWindow :: refreshTrayIconSoon( )
710 TrMainWindow :: refreshTrayIcon( )
727 TrMainWindow :: refreshStatusBar( )
766 TrMainWindow :: refreshActionSensitivitySoon( )
775 TrMainWindow :: refreshActionSensitivity( )
839 TrMainWindow :: clearSelection( )
845 TrMainWindow :: getSelectedTorrents( ) const
859 TrMainWindow :: startSelected( )
864 TrMainWindow :: startSelectedNow( )
869 TrMainWindow :: pauseSelected( )
874 TrMainWindow :: queueMoveTop( )
879 TrMainWindow :: queueMoveUp( )
884 TrMainWindow :: queueMoveDown( )
889 TrMainWindow :: queueMoveBottom( )
894 TrMainWindow :: startAll( )
899 TrMainWindow :: pauseAll( )
904 TrMainWindow :: removeSelected( )
909 TrMainWindow :: deleteSelected( )
914 TrMainWindow :: verifySelected( )
919 TrMainWindow :: reannounceSelected( )
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"); }
938 TrMainWindow :: setCompactView( bool visible )
943 TrMainWindow :: toggleSpeedMode( )
952 TrMainWindow :: setToolbarVisible( bool visible )
957 TrMainWindow :: setFilterbarVisible( bool visible )
962 TrMainWindow :: setStatusbarVisible( bool visible )
972 TrMainWindow :: toggleWindows( bool doShow )
989 TrMainWindow :: trayActivated( QSystemTrayIcon::ActivationReason reason )
1002 TrMainWindow :: refreshPref( int key )
1134 TrMainWindow :: newTorrent( )
1141 TrMainWindow :: openTorrent( )
1164 TrMainWindow :: openURL( )
1178 TrMainWindow :: openURL( QString url )
1193 TrMainWindow :: addTorrents( const QStringList& filenames )
1200 TrMainWindow :: addTorrent( const QString& filename )
1213 TrMainWindow :: removeTorrents( const bool deleteFiles )
1312 TrMainWindow :: updateNetworkIcon( )
1338 TrMainWindow :: onNetworkTimer( )
1344 TrMainWindow :: dataReadProgress( )
1351 TrMainWindow :: dataSendProgress( )
1358 TrMainWindow :: wrongAuthentication( )
1369 TrMainWindow :: dragEnterEvent( QDragEnterEvent * event )
1380 TrMainWindow :: dropEvent( QDropEvent * event )
1396 TrMainWindow :: contextMenuEvent( QContextMenuEvent * event )