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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h16 class ColorPickerPanel : public Panel { class in inherits:Panel
18 ColorPickerPanel(BRect frame,
24 virtual ~ColorPickerPanel();
31 // ColorPickerPanel
H A DColorPickerPanel.cpp7 #include "ColorPickerPanel.h"
39 ColorPickerPanel::ColorPickerPanel(BRect frame, rgb_color color, function in class:ColorPickerPanel
91 ColorPickerPanel::~ColorPickerPanel()
98 ColorPickerPanel::Cancel()
105 ColorPickerPanel::MessageReceived(BMessage* message)
135 ColorPickerPanel::SetColor(rgb_color color)
142 ColorPickerPanel::SetMessage(BMessage* message)
152 ColorPickerPanel
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.h20 class ColorPickerPanel;
59 ColorPickerPanel* fColorPickerPanel;
H A DSwatchGroup.cpp19 #include "ColorPickerPanel.h"
254 fColorPickerPanel = new ColorPickerPanel(fColorPickerFrame,

Completed in 38 milliseconds