Searched refs:ColorPickerView (Results 1 – 5 of 5) sorted by relevance
38 ColorPickerView::ColorPickerView(const char* name, rgb_color color, in ColorPickerView() function in ColorPickerView58 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 …]
29 class ColorPickerView : public BView {31 ColorPickerView(const char* name,34 virtual ~ColorPickerView();
14 class ColorPickerView; variable40 ColorPickerView* fColorPickerView;
54 fColorPickerView = new ColorPickerView("color picker", color, mode); in ColorPickerPanel()
146 ColorPickerView.cpp