Lines Matching refs:OptionProperty

21 OptionProperty::OptionProperty(uint32 identifier)  in OptionProperty()  function in OptionProperty
29 OptionProperty::OptionProperty(const OptionProperty& other) in OptionProperty() function in OptionProperty
49 OptionProperty::OptionProperty(BMessage* archive) in OptionProperty() function in OptionProperty
62 OptionProperty::~OptionProperty() in ~OptionProperty()
73 OptionProperty::Archive(BMessage* into, bool deep) const in Archive()
89 OptionProperty::Instantiate(BMessage* archive) in Instantiate()
92 return new (nothrow) OptionProperty(archive); in Instantiate()
100 OptionProperty::Clone() const in Clone()
102 return new (nothrow) OptionProperty(*this); in Clone()
107 OptionProperty::Type() const in Type()
115 OptionProperty::SetValue(const char* value) in SetValue()
142 OptionProperty::SetValue(const Property* other) in SetValue()
144 const OptionProperty* optOther = dynamic_cast<const OptionProperty*>(other); in SetValue()
153 OptionProperty::GetValue(BString& string) in GetValue()
161 OptionProperty::MakeAnimatable(bool animatable) in MakeAnimatable()
170 OptionProperty::AddOption(int32 id, const char* name) in AddOption()
184 OptionProperty::CurrentOptionID() const in CurrentOptionID()
191 OptionProperty::SetCurrentOptionID(int32 id) in SetCurrentOptionID()
202 OptionProperty::GetOption(int32 index, BString* string, int32* id) const in GetOption()
217 OptionProperty::GetCurrentOption(BString* string) const in GetCurrentOption()
233 OptionProperty::SetOptionAtOffset(int32 indexOffset) in SetOptionAtOffset()