BOptionControl
class BOptionControl : public BControl {
BOptionControl(BRect frame, const char* name,
BOptionControl(const char* name,
virtual ~BOptionControl();
BOptionControl();
BOptionControl(const BOptionControl& other);
BOptionControl& operator=(const BOptionControl& other);
class BOptionPopUp : public BOptionControl {
BOptionControl::SelectOptionFor(const char *name)
BOptionControl::MakeValueMessage(int32 value)
BOptionControl::BOptionControl()
BOptionControl::BOptionControl(const BOptionControl & clone)
BOptionControl &
BOptionControl::operator=(const BOptionControl & clone)
status_t BOptionControl::_Reserved_OptionControl_0(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_1(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_2(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_3(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_4(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_5(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_6(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_7(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_8(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_9(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_10(void *, ...) { return B_ERROR; }
status_t BOptionControl::_Reserved_OptionControl_11(void *, ...) { return B_ERROR; }
BOptionControl::BOptionControl(BRect frame, const char *name, const char *label,
BOptionControl::BOptionControl(const char *name, const char *label,
BOptionControl::~BOptionControl()
BOptionControl::MessageReceived(BMessage *message)
BOptionControl::AddOption(const char *name, int32 value)
BOptionControl::SelectOptionFor(int32 value)
BOptionControl::AllAttached();
BOptionControl::AttachedToWindow();
BOptionControl::MessageReceived(message);
BOptionControl::SetEnabled(state);
: BOptionControl(frame, name, label, message, resize, flags)
BOptionControl(BRect(), "", "", NULL)
BOptionControl(clone.Frame(), "", "", clone.Message())
: BOptionControl(frame, name, label, message, resize, flags)
: BOptionControl(name, label, message, flags)