Searched refs:refreshPref (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dapp.h61 void refreshPref( int key );
H A Dtorrent-filter.h40 void refreshPref( int key );
H A Dfilterbar.h89 void refreshPref( int key );
H A Dtorrent-filter.cc27 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)));
38 refreshPref( key );
46 TorrentFilter :: refreshPref( int key ) function in class:TorrentFilter
H A Ddetails.h139 void refreshPref( int key );
H A Dprefs-dialog.h47 void refreshPref( int key );
H A Dfilterbar.cc369 refreshPref( Prefs::FILTER_TRACKERS );
437 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)));
455 refreshPref( key );
468 FilterBar :: refreshPref( int key ) function in class:FilterBar
H A Dmainwin.h115 void refreshPref( int key );
H A Dapp.cc187 refreshPref( key );
188 connect( myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(const int)) );
334 MyApp :: refreshPref( int key ) function in class:MyApp
H A Dprefs-dialog.cc657 refreshPref( key );
677 refreshPref( key );
698 PrefsDialog :: refreshPref( int key ) function in class:PrefsDialog
H A Ddetails.cc178 refreshPref( key );
181 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)) );
228 Details :: refreshPref( int key ) function in class:Details
H A Dmainwin.cc252 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)) );
281 refreshPref( key );
1002 TrMainWindow :: refreshPref( int key ) function in class:TrMainWindow

Completed in 241 milliseconds