Searched refs:BOptionControl (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DOptionControl.cpp17 /*! \brief Creates and initializes a BOptionControl.
25 BOptionControl::BOptionControl(BRect frame, const char *name, const char *label, function in class:BOptionControl
33 BOptionControl::BOptionControl(const char *name, const char *label, function in class:BOptionControl
44 BOptionControl::~BOptionControl()
55 BOptionControl::MessageReceived(BMessage *message)
81 BOptionControl::AddOption(const char *name, int32 value)
95 BOptionControl
156 BOptionControl::BOptionControl() function in class:BOptionControl
163 BOptionControl::BOptionControl(const BOptionControl & clone) function in class:BOptionControl
[all...]
H A DOptionPopUp.cpp33 : BOptionControl(frame, name, label, message, resize, flags)
53 : BOptionControl(frame, name, label, message, resize, flags)
63 : BOptionControl(name, label, message, flags)
191 BOptionControl::AllAttached();
200 BOptionControl::AttachedToWindow();
216 BOptionControl::MessageReceived(message);
270 BOptionControl::SetEnabled(state);
346 BOptionControl(BRect(), "", "", NULL)
353 BOptionControl(clone.Frame(), "", "", clone.Message())
/haiku/headers/os/interface/
H A DOptionControl.h17 class BOptionControl : public BControl { class in inherits:BControl
19 BOptionControl(BRect frame, const char* name,
23 BOptionControl(const char* name,
27 virtual ~BOptionControl();
49 BOptionControl();
50 BOptionControl(const BOptionControl& other);
51 BOptionControl& operator=(const BOptionControl& other);
H A DOptionPopUp.h15 class BOptionPopUp : public BOptionControl {

Completed in 34 milliseconds