Searched refs:StringProperty (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DStringValueView.h20 StringValueView(StringProperty* property);
33 StringProperty* fProperty;
H A DStringValueView.cpp17 StringValueView::StringValueView(StringProperty* property)
58 StringProperty* p = dynamic_cast<StringProperty*>(property);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp41 if (StringProperty* s = dynamic_cast<StringProperty*>(p))
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp602 StringProperty::StringProperty(uint32 identifier, const char* value) function in class:StringProperty
609 StringProperty::StringProperty(const StringProperty& other) function in class:StringProperty
616 StringProperty::StringProperty(BMessage* archive) function in class:StringProperty
628 StringProperty::~StringProperty()
634 StringProperty
[all...]
H A DProperty.h213 // StringProperty
214 class StringProperty : public Property { class in inherits:Property
216 StringProperty(uint32 identifier,
218 StringProperty(const StringProperty& other);
219 StringProperty(BMessage* archive);
220 virtual ~StringProperty();
235 // StringProperty
/haiku/src/apps/icon-o-matic/document/
H A DIconObject.cpp96 object->AddProperty(new StringProperty(PROPERTY_NAME, fName.String()));

Completed in 70 milliseconds