Home
last modified time | relevance | path

Searched refs:SetCurrentOptionID (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp122 return SetCurrentOptionID(o->id); in SetValue()
134 return SetCurrentOptionID(o->id); in SetValue()
146 return SetCurrentOptionID(optOther->CurrentOptionID()); in SetValue()
191 OptionProperty::SetCurrentOptionID(int32 id) in SetCurrentOptionID() function in OptionProperty
252 SetCurrentOptionID(o->id); in SetOptionAtOffset()
H A DOptionProperty.h45 bool SetCurrentOptionID(int32 id);
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp185 property->SetCurrentOptionID(line_cap()); in MakePropertyObject()
194 property->SetCurrentOptionID(line_join()); in MakePropertyObject()
H A DContourTransformer.cpp172 property->SetCurrentOptionID(line_join()); in MakePropertyObject()
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp118 fProperty->SetCurrentOptionID(id); in MessageReceived()