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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPrefsUnifiedDlg.cpp488 FindWindow(IDC_RATESBEFORETITLE)->Enable(thePrefs::GetShowRatesOnTitle() != 0);
489 FindWindow(IDC_RATESAFTERTITLE)->Enable(thePrefs::GetShowRatesOnTitle() != 0);
490 CastChild(IDC_SHOWRATEONTITLE, wxCheckBox)->SetValue(thePrefs::GetShowRatesOnTitle() != 0);
491 CastChild(IDC_RATESBEFORETITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() == 2);
492 CastChild(IDC_RATESAFTERTITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() != 2);
680 if (thePrefs::GetShowRatesOnTitle()) {
H A DPreferences.h492 static uint8_t GetShowRatesOnTitle() { return s_showRatesOnTitle; } function in class:CPreferences
H A DamuleDlg.cpp857 if (thePrefs::GetShowRatesOnTitle()) {
859 if (thePrefs::GetShowRatesOnTitle() == 1) {

Completed in 48 milliseconds