Symbol: SwatchView
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
127
SwatchView::MessageReceived(BMessage* message)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
148
SwatchView::MouseDown(BPoint where)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
156
SwatchView::MouseUp(BPoint where)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
167
SwatchView::MouseMoved(BPoint where, uint32 transit,
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
187
SwatchView::SetColor(rgb_color color)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
196
SwatchView::SetClickedMessage(BMessage* message)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
205
SwatchView::SetDroppedMessage(BMessage* message)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
214
SwatchView::_Invoke(const BMessage* _message)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
240
SwatchView::_StrokeRect(BRect r, rgb_color leftTop, rgb_color rightBottom)
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
256
SwatchView::_DragColor()
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
30
SwatchView::SwatchView(const char* name, BMessage* message, BHandler* target,
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
49
SwatchView::~SwatchView()
src/apps/icon-o-matic/generic/gui/SwatchView.cpp
67
SwatchView::Draw(BRect updateRect)
src/apps/icon-o-matic/generic/gui/SwatchView.h
14
class SwatchView : public BView {
src/apps/icon-o-matic/generic/gui/SwatchView.h
16
SwatchView(const char* name, BMessage* message,
src/apps/icon-o-matic/generic/gui/SwatchView.h
19
virtual ~SwatchView();
src/apps/icon-o-matic/generic/property/view/specific_properties/SwatchValueView.cpp
20
: SwatchView(name, message, target, color, width, height)
src/apps/icon-o-matic/generic/property/view/specific_properties/SwatchValueView.cpp
62
SwatchView::MouseDown(where);
src/apps/icon-o-matic/generic/property/view/specific_properties/SwatchValueView.h
14
class SwatchValueView : public SwatchView {
src/apps/icon-o-matic/gui/SwatchGroup.cpp
73
fSwatchViews[i] = new SwatchView("swatch", new BMessage(MSG_SET_COLOR),
src/apps/icon-o-matic/gui/SwatchGroup.cpp
85
fCurrentColorSV = new SwatchView("current swatch",
src/apps/icon-o-matic/gui/SwatchGroup.h
24
class SwatchView;
src/apps/icon-o-matic/gui/SwatchGroup.h
47
SwatchView* fCurrentColorSV;
src/apps/icon-o-matic/gui/SwatchGroup.h
48
SwatchView* fSwatchViews[20];