Symbol: BOptionControl
headers/os/interface/OptionControl.h
17
class BOptionControl : public BControl {
headers/os/interface/OptionControl.h
19
BOptionControl(BRect frame, const char* name,
headers/os/interface/OptionControl.h
23
BOptionControl(const char* name,
headers/os/interface/OptionControl.h
27
virtual ~BOptionControl();
headers/os/interface/OptionControl.h
49
BOptionControl();
headers/os/interface/OptionControl.h
50
BOptionControl(const BOptionControl& other);
headers/os/interface/OptionControl.h
51
BOptionControl& operator=(const BOptionControl& other);
headers/os/interface/OptionPopUp.h
15
class BOptionPopUp : public BOptionControl {
src/kits/interface/OptionControl.cpp
121
BOptionControl::SelectOptionFor(const char *name)
src/kits/interface/OptionControl.cpp
143
BOptionControl::MakeValueMessage(int32 value)
src/kits/interface/OptionControl.cpp
156
BOptionControl::BOptionControl()
src/kits/interface/OptionControl.cpp
163
BOptionControl::BOptionControl(const BOptionControl & clone)
src/kits/interface/OptionControl.cpp
170
BOptionControl &
src/kits/interface/OptionControl.cpp
171
BOptionControl::operator=(const BOptionControl & clone)
src/kits/interface/OptionControl.cpp
178
status_t BOptionControl::_Reserved_OptionControl_0(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
179
status_t BOptionControl::_Reserved_OptionControl_1(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
180
status_t BOptionControl::_Reserved_OptionControl_2(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
181
status_t BOptionControl::_Reserved_OptionControl_3(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
182
status_t BOptionControl::_Reserved_OptionControl_4(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
183
status_t BOptionControl::_Reserved_OptionControl_5(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
184
status_t BOptionControl::_Reserved_OptionControl_6(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
185
status_t BOptionControl::_Reserved_OptionControl_7(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
186
status_t BOptionControl::_Reserved_OptionControl_8(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
187
status_t BOptionControl::_Reserved_OptionControl_9(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
188
status_t BOptionControl::_Reserved_OptionControl_10(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
189
status_t BOptionControl::_Reserved_OptionControl_11(void *, ...) { return B_ERROR; }
src/kits/interface/OptionControl.cpp
25
BOptionControl::BOptionControl(BRect frame, const char *name, const char *label,
src/kits/interface/OptionControl.cpp
33
BOptionControl::BOptionControl(const char *name, const char *label,
src/kits/interface/OptionControl.cpp
44
BOptionControl::~BOptionControl()
src/kits/interface/OptionControl.cpp
55
BOptionControl::MessageReceived(BMessage *message)
src/kits/interface/OptionControl.cpp
81
BOptionControl::AddOption(const char *name, int32 value)
src/kits/interface/OptionControl.cpp
95
BOptionControl::SelectOptionFor(int32 value)
src/kits/interface/OptionPopUp.cpp
191
BOptionControl::AllAttached();
src/kits/interface/OptionPopUp.cpp
200
BOptionControl::AttachedToWindow();
src/kits/interface/OptionPopUp.cpp
216
BOptionControl::MessageReceived(message);
src/kits/interface/OptionPopUp.cpp
270
BOptionControl::SetEnabled(state);
src/kits/interface/OptionPopUp.cpp
33
: BOptionControl(frame, name, label, message, resize, flags)
src/kits/interface/OptionPopUp.cpp
346
BOptionControl(BRect(), "", "", NULL)
src/kits/interface/OptionPopUp.cpp
353
BOptionControl(clone.Frame(), "", "", clone.Message())
src/kits/interface/OptionPopUp.cpp
53
: BOptionControl(frame, name, label, message, resize, flags)
src/kits/interface/OptionPopUp.cpp
63
: BOptionControl(name, label, message, flags)