Searched refs:ColorValueView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp9 #include "ColorValueView.h"
27 ColorValueView::ColorValueView(ColorProperty* property) function in class:ColorValueView
39 ColorValueView::~ColorValueView()
45 ColorValueView::Draw(BRect updateRect)
59 ColorValueView::FrameResized(float width, float height)
72 ColorValueView::MakeFocus(bool focused)
79 ColorValueView::MessageReceived(BMessage* message)
104 ColorValueView
[all...]
H A DColorValueView.h17 class ColorValueView : public PropertyEditorView { class in inherits:PropertyEditorView
19 ColorValueView(ColorProperty* property);
20 virtual ~ColorValueView();
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp18 #include "ColorValueView.h"
51 return new ColorValueView(c);

Completed in 35 milliseconds