BoolValueView
return new BoolValueView(b);
BoolValueView::_ToggleValue()
BoolValueView::SetEnabled(bool enabled)
BoolValueView::AdoptProperty(Property* property)
BoolValueView::BoolValueView(BoolProperty* property)
BoolValueView::GetProperty() const
BoolValueView::~BoolValueView()
BoolValueView::Draw(BRect updateRect)
BoolValueView::FrameResized(float width, float height)
BoolValueView::MakeFocus(bool focused)
BoolValueView::MouseDown(BPoint where)
BoolValueView::KeyDown(const char* bytes, int32 numBytes)
class BoolValueView : public PropertyEditorView {
BoolValueView(BoolProperty* property);
virtual ~BoolValueView();