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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h14 class ColorPickerView;
40 ColorPickerView* fColorPickerView;
H A DColorPickerView.h29 class ColorPickerView : public BView { class in inherits:BView
31 ColorPickerView(const char* name,
34 virtual ~ColorPickerView();
40 // ColorPickerView
H A DColorPickerView.cpp31 #include "ColorPickerView.h"
38 ColorPickerView::ColorPickerView(const char* name, rgb_color color, function in class:ColorPickerView
58 ColorPickerView::~ColorPickerView()
64 ColorPickerView::AttachedToWindow()
186 ColorPickerView::MessageReceived(BMessage *message)
322 ColorPickerView::SetColorMode(SelectedColorMode mode, bool update)
373 ColorPickerView::SetColor(rgb_color color)
393 ColorPickerView
[all...]
H A DColorPickerPanel.cpp26 #include "ColorPickerView.h"
54 fColorPickerView = new ColorPickerView("color picker", color, mode);

Completed in 256 milliseconds