Searched refs:fSwapEnabledCheckBox (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp124 fSwapEnabledCheckBox(NULL),
167 fSwapEnabledCheckBox = new BCheckBox("enable swap",
170 fSwapEnabledCheckBox->SetExplicitAlignment(align);
175 fSwapEnabledCheckBox->SetExplicitAlignment(align);
205 box->SetLabel(fSwapEnabledCheckBox);
310 if (fSwapEnabledCheckBox->Value() == 0) {
328 fSwapEnabledCheckBox->SetValue(1);
420 fSettings.SetSwapEnabled(fSwapEnabledCheckBox->Value());
430 fSwapEnabledCheckBox->SetValue(fSettings.SwapEnabled());
H A DSettingsWindow.h77 BCheckBox* fSwapEnabledCheckBox; member in class:SettingsWindow

Completed in 86 milliseconds