Searched refs:fFlagsCheckBox (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp347 fFlagsCheckBox = new BCheckBox("flags", B_TRANSLATE("Application flags"),
349 fFlagsCheckBox->SetValue(B_CONTROL_ON);
371 flagsBox->SetLabel(fFlagsCheckBox);
608 fFlagsCheckBox->SetValue(gotFlags);
694 bool enabled = fFlagsCheckBox->Value() != B_CONTROL_OFF;
856 if (fFlagsCheckBox->Value() != B_CONTROL_OFF) {
H A DApplicationTypeWindow.h83 BCheckBox* fFlagsCheckBox; member in class:ApplicationTypeWindow

Completed in 31 milliseconds