Searched refs:ColorProperty (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.h16 class ColorProperty : public Property { class in inherits:Property
18 ColorProperty(uint32 identifier);
19 ColorProperty(uint32 identifier,
21 ColorProperty(const ColorProperty& other);
22 ColorProperty(BMessage* archive);
24 virtual ~ColorProperty();
42 // ColorProperty
H A DColorProperty.cpp9 #include "ColorProperty.h"
22 ColorProperty::ColorProperty(uint32 identifier) function in class:ColorProperty
29 ColorProperty::ColorProperty(uint32 identifier, rgb_color color) function in class:ColorProperty
36 ColorProperty::ColorProperty(const ColorProperty& other) function in class:ColorProperty
43 ColorProperty::ColorProperty(BMessag function in class:ColorProperty
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.h12 #include "ColorProperty.h"
19 ColorValueView(ColorProperty* property);
38 ColorProperty* fProperty;
H A DColorValueView.cpp27 ColorValueView::ColorValueView(ColorProperty* property)
123 ColorProperty* p = dynamic_cast<ColorProperty*>(property);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp11 #include "ColorProperty.h"
50 if (ColorProperty* c = dynamic_cast<ColorProperty*>(p))

Completed in 91 milliseconds