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

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DIconProperty.cpp9 #include "IconProperty.h"
19 IconProperty::IconProperty(uint32 identifier, function in class:IconProperty
34 IconProperty::IconProperty(const IconProperty& other) function in class:IconProperty
45 IconProperty::IconProperty(BMessage* archive) function in class:IconProperty
56 IconProperty::~IconProperty()
[all...]
H A DIconProperty.h16 class IconProperty : public Property { class in inherits:Property
18 IconProperty(uint32 identifier,
23 IconProperty(const IconProperty& other);
24 IconProperty(BMessage* archive);
25 virtual ~IconProperty();
44 // IconProperty
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.h12 #include "IconProperty.h"
19 IconValueView(IconProperty* property);
37 IconProperty* fProperty;
H A DIconValueView.cpp20 IconValueView::IconValueView(IconProperty* property)
80 IconProperty* p = dynamic_cast<IconProperty*>(property);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp13 #include "IconProperty.h"
53 if (IconProperty* i = dynamic_cast<IconProperty*>(p)) {
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp33 # include "IconProperty.h"
208 object->AddProperty(new IconProperty(PROPERTY_PATH,
225 IconProperty* pathProperty = dynamic_cast<IconProperty*>(

Completed in 44 milliseconds