ColorValueView
return new ColorValueView(c);
ColorValueView::SetEnabled(bool enabled)
ColorValueView::IsFocused() const
ColorValueView::AdoptProperty(Property* property)
ColorValueView::GetProperty() const
ColorValueView::ColorValueView(ColorProperty* property)
ColorValueView::~ColorValueView()
ColorValueView::Draw(BRect updateRect)
ColorValueView::FrameResized(float width, float height)
ColorValueView::MakeFocus(bool focused)
ColorValueView::MessageReceived(BMessage* message)
class ColorValueView : public PropertyEditorView {
ColorValueView(ColorProperty* property);
virtual ~ColorValueView();