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

/haiku/src/apps/codycam/
H A DCodyCam.h182 StringValueSetting* fImageFormatSettings; member in class:VideoWindow
H A DCodyCam.cpp643 if (fImageFormatSettings->Value()
644 && fImageFormatMenu->FindItem(fImageFormatSettings->Value()) != NULL) {
646 fImageFormatSettings->Value())->SetMarked(true);
806 fImageFormatSettings = new StringValueSetting("ImageFileFormat",
825 fSettings->Add(fImageFormatSettings);
854 fImageFormatSettings->ValueChanged(fImageFormatMenu->FindMarked()->Label());

Completed in 51 milliseconds