Searched refs:fSwapAutomaticCheckBox (Results 1 – 2 of 2) sorted by relevance
125 fSwapAutomaticCheckBox(NULL), in SettingsWindow()172 fSwapAutomaticCheckBox = new BCheckBox("auto swap", in SettingsWindow()210 .Add(fSwapAutomaticCheckBox) in SettingsWindow()419 fSettings.SetSwapAutomatic(fSwapAutomaticCheckBox->Value()); in _RecordChoices()431 fSwapAutomaticCheckBox->SetValue(fSettings.SwapAutomatic()); in _Update()476 fSwapAutomaticCheckBox->SetEnabled(fSettings.SwapEnabled()); in _Update()481 && !fSwapAutomaticCheckBox->Value()); in _Update()483 && !fSwapAutomaticCheckBox->Value()); in _Update()
78 BCheckBox* fSwapAutomaticCheckBox; variable