Home
last modified time | relevance | path

Searched refs:ColorPickerView (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp38 ColorPickerView::ColorPickerView(const char* name, rgb_color color, in ColorPickerView() function in ColorPickerView
58 ColorPickerView::~ColorPickerView() in ~ColorPickerView()
64 ColorPickerView::AttachedToWindow() in AttachedToWindow()
186 ColorPickerView::MessageReceived(BMessage *message) in MessageReceived()
322 ColorPickerView::SetColorMode(SelectedColorMode mode, bool update) in SetColorMode()
373 ColorPickerView::SetColor(rgb_color color) in SetColor()
393 ColorPickerView::Color() in Color()
411 ColorPickerView::_NumForMode(SelectedColorMode mode) const in _NumForMode()
439 ColorPickerView::_UpdateColor(float value, float value1, float value2) in _UpdateColor()
461 ColorPickerView::_UpdateTextControls() in _UpdateTextControls()
[all …]
H A DColorPickerView.h29 class ColorPickerView : public BView {
31 ColorPickerView(const char* name,
34 virtual ~ColorPickerView();
H A DColorPickerPanel.h14 class ColorPickerView; variable
40 ColorPickerView* fColorPickerView;
H A DColorPickerPanel.cpp54 fColorPickerView = new ColorPickerView("color picker", color, mode); in ColorPickerPanel()
/haiku/src/apps/icon-o-matic/
H A DJamfile146 ColorPickerView.cpp