Searched refs:fSwapAutomaticCheckBox (Results 1 - 2 of 2) sorted by path

/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp125 fSwapAutomaticCheckBox(NULL),
172 fSwapAutomaticCheckBox = new BCheckBox("auto swap",
210 .Add(fSwapAutomaticCheckBox)
419 fSettings.SetSwapAutomatic(fSwapAutomaticCheckBox->Value());
431 fSwapAutomaticCheckBox->SetValue(fSettings.SwapAutomatic());
476 fSwapAutomaticCheckBox->SetEnabled(fSettings.SwapEnabled());
481 && !fSwapAutomaticCheckBox->Value());
483 && !fSwapAutomaticCheckBox->Value());
H A DSettingsWindow.h78 BCheckBox* fSwapAutomaticCheckBox; member in class:SettingsWindow

Completed in 60 milliseconds