Searched refs:SwatchValueView (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h14 class SwatchValueView : public SwatchView { class in inherits:SwatchView
16 SwatchValueView(const char* name,
22 virtual ~SwatchValueView();
H A DSwatchValueView.cpp9 #include "SwatchValueView.h"
14 SwatchValueView::SwatchValueView(const char* name, function in class:SwatchValueView
28 SwatchValueView::~SwatchValueView()
34 SwatchValueView::MakeFocus(bool focused)
43 SwatchValueView::Draw(BRect updateRect)
56 SwatchValueView::MouseDown(BPoint where)
H A DColorValueView.h15 class SwatchValueView;
40 SwatchValueView* fSwatchView;
H A DColorValueView.cpp20 #include "SwatchValueView.h"
31 fSwatchView = new SwatchValueView("swatch property view",

Completed in 89 milliseconds