ColorPickerPanel
ColorPickerPanel::MessageReceived(BMessage* message)
ColorPickerPanel::SetColor(rgb_color color)
ColorPickerPanel::SetMessage(BMessage* message)
ColorPickerPanel::SetTarget(BHandler* target)
ColorPickerPanel::ColorPickerPanel(BRect frame, rgb_color color,
ColorPickerPanel::~ColorPickerPanel()
ColorPickerPanel::Cancel()
class ColorPickerPanel : public Panel {
ColorPickerPanel(BRect frame,
virtual ~ColorPickerPanel();
fColorPickerPanel = new ColorPickerPanel(fColorPickerFrame,
class ColorPickerPanel;
ColorPickerPanel* fColorPickerPanel;