Searched refs:BOptionControl (Results 1 – 5 of 5) sorted by relevance
/haiku/src/kits/interface/ |
H A D | OptionControl.cpp | 25 BOptionControl::BOptionControl(BRect frame, const char *name, const char *label, in BOptionControl() function in BOptionControl 33 BOptionControl::BOptionControl(const char *name, const char *label, in BOptionControl() function in BOptionControl 44 BOptionControl::~BOptionControl() in ~BOptionControl() 55 BOptionControl::MessageReceived(BMessage *message) in MessageReceived() 81 BOptionControl::AddOption(const char *name, int32 value) in AddOption() 95 BOptionControl::SelectOptionFor(int32 value) in SelectOptionFor() 121 BOptionControl::SelectOptionFor(const char *name) in SelectOptionFor() 143 BOptionControl::MakeValueMessage(int32 value) in MakeValueMessage() 156 BOptionControl::BOptionControl() in BOptionControl() function in BOptionControl 163 BOptionControl::BOptionControl(const BOptionControl & clone) in BOptionControl() function in BOptionControl [all …]
|
H A D | OptionPopUp.cpp | 33 : BOptionControl(frame, name, label, message, resize, flags) in BOptionPopUp() 53 : BOptionControl(frame, name, label, message, resize, flags) in BOptionPopUp() 63 : BOptionControl(name, label, message, flags) in BOptionPopUp() 191 BOptionControl::AllAttached(); in AllAttached() 200 BOptionControl::AttachedToWindow(); in AttachedToWindow() 216 BOptionControl::MessageReceived(message); in MessageReceived() 270 BOptionControl::SetEnabled(state); in SetEnabled() 346 BOptionControl(BRect(), "", "", NULL) in BOptionPopUp() 353 BOptionControl(clone.Frame(), "", "", clone.Message()) in BOptionPopUp()
|
/haiku/headers/os/interface/ |
H A D | OptionControl.h | 17 class BOptionControl : public 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 D | OptionPopUp.h | 15 class BOptionPopUp : public BOptionControl {
|
/haiku/docs/user/interface/ |
H A D | OptionControl.dox | 27 \class BOptionControl 37 …\fn BOptionControl::BOptionControl(BRect frame, const char *name, const char *label, BMessage *mes… 55 …\fn BOptionControl::BOptionControl(const char *name, const char *label, BMessage *message, uint32 … 71 \fn virtual virtual BOptionControl::~BOptionControl() 82 \fn virtual virtual void BOptionControl::MessageReceived(BMessage *message) 92 \fn status_t BOptionControl::AddOption(const char *name, int32 value) 106 \fn virtual bool BOptionControl::GetOptionAt(int32 index, const char **_name, int32 *_value)=0 121 \fn virtual void BOptionControl::RemoveOptionAt(int32 index)=0 131 \fn virtual int32 BOptionControl::CountOptions() const =0 142 \fn virtual status_t BOptionControl::AddOptionAt(const char *name, int32 value, int32 index)=0 [all …]
|