BColorPreview
class BColorPreview : public BControl {
BColorPreview(const char* name, const char* label,
virtual ~BColorPreview();
using BPrivate::BColorPreview;
fColorPreview = new BColorPreview("color preview", "", new BMessage(MSG_COLOR_DROPPED));
BPrivate::BColorPreview* fColorPreview;
BColorPreview::MessageReceived(BMessage* message)
BColorPreview::MouseDown(BPoint where)
BColorPreview::MouseMoved(BPoint where, uint32 transit, const BMessage* message)
BColorPreview::MouseUp(BPoint where)
BColorPreview::Color() const
BColorPreview::SetColor(rgb_color color)
BColorPreview::_DragColor(BPoint where)
BColorPreview::BColorPreview(const char* name, const char* label, BMessage* message, uint32 flags)
BColorPreview::~BColorPreview()
BColorPreview::Draw(BRect updateRect)
BColorPreview::Invoke(BMessage* message)
using BPrivate::BColorPreview;
fColorPreview = new BColorPreview("color preview", "", new BMessage(COLOR_DROPPED));
BPrivate::BColorPreview* fColorPreview;