Home
last modified time | relevance | path

Searched refs:GetCurrentOption (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp31 fProperty->GetCurrentOption(&fCurrentOption); in OptionValueView()
203 fProperty->GetCurrentOption(&fCurrentOption); in ValueChanged()
219 p->GetCurrentOption(&currentOption); in AdoptProperty()
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.h48 bool GetCurrentOption(BString* string) const;
H A DOptionProperty.cpp155 if (!GetCurrentOption(&string)) in GetValue()
217 OptionProperty::GetCurrentOption(BString* string) const in GetCurrentOption() function in OptionProperty