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

/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.h24 class SwatchView;
47 SwatchView* fCurrentColorSV;
48 SwatchView* fSwatchViews[20];
H A DSwatchGroup.cpp23 #include "SwatchView.h"
73 fSwatchViews[i] = new SwatchView("swatch", new BMessage(MSG_SET_COLOR),
85 fCurrentColorSV = new SwatchView("current swatch",
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h12 #include "SwatchView.h"
14 class SwatchValueView : public SwatchView {
H A DSwatchValueView.cpp20 : SwatchView(name, message, target, color, width, height)
62 SwatchView::MouseDown(where);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp9 #include "SwatchView.h"
30 SwatchView::SwatchView(const char* name, BMessage* message, BHandler* target, function in class:SwatchView
49 SwatchView::~SwatchView()
67 SwatchView::Draw(BRect updateRect)
127 SwatchView::MessageReceived(BMessage* message)
148 SwatchView::MouseDown(BPoint where)
156 SwatchView::MouseUp(BPoint where)
167 SwatchView
[all...]
H A DSwatchView.h14 class SwatchView : public BView { class in inherits:BView
16 SwatchView(const char* name, BMessage* message,
19 virtual ~SwatchView();
30 // SwatchView

Completed in 88 milliseconds