OptionValueView
return new OptionValueView(o);
OptionValueView::MakeFocus(bool focused)
OptionValueView::MessageReceived(BMessage* message)
OptionValueView::MouseDown(BPoint where)
OptionValueView::KeyDown(const char* bytes, int32 numBytes)
OptionValueView::SetEnabled(bool enabled)
OptionValueView::ValueChanged()
OptionValueView::AdoptProperty(Property* property)
OptionValueView::GetProperty() const
OptionValueView::OptionValueView(OptionProperty* property)
OptionValueView::~OptionValueView()
OptionValueView::Draw(BRect updateRect)
OptionValueView::FrameResized(float width, float height)
class OptionValueView : public PropertyEditorView {
OptionValueView(OptionProperty* property);
virtual ~OptionValueView();