Searched refs:CheckBox (Results 1 – 10 of 10) sorted by relevance
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | CheckBox.cpp | 16 CheckBox::CheckBox(BMessage* message, BMessenger target) in CheckBox() function in CheckBox 24 CheckBox::MinSize() in MinSize() 31 CheckBox::MaxSize() in MaxSize() 38 CheckBox::Draw(BView* container, BRect updateRect) in Draw() 63 fCheckBox(new CheckBox(message, target)) in LabeledCheckBox()
|
H A D | CheckBox.h | 16 class CheckBox : public AbstractButton { 18 CheckBox(BMessage* message = NULL, 41 CheckBox* fCheckBox;
|
H A D | Jamfile | 11 CheckBox.cpp
|
/haiku/src/kits/media/ |
H A D | DefaultMediaTheme.cpp | 62 class CheckBox : public BCheckBox { class 64 CheckBox(const char* name, const char* label, 66 virtual ~CheckBox(); 318 CheckBox::CheckBox(const char* name, const char* label, in CheckBox() function in CheckBox 326 CheckBox::~CheckBox() in ~CheckBox() 332 CheckBox::AttachedToWindow() in AttachedToWindow() 342 CheckBox::DetachedFromWindow() in DetachedFromWindow() 990 return new CheckBox(discrete.Name(), discrete.Name(), discrete); in MakeViewFor()
|
/haiku/src/tests/kits/interface/ |
H A D | Jamfile | 65 CheckBox.cpp 83 CheckBox.cpp 200 ScrollView.cpp CheckBox.cpp ChannelSlider.cpp ChannelControl.cpp
|
/haiku/src/apps/debuganalyzer/gui/ |
H A D | ColorCheckBox.h | 23 BCheckBox* CheckBox() const;
|
H A D | ColorCheckBox.cpp | 27 ColorCheckBox::CheckBox() const in CheckBox() function in ColorCheckBox
|
/haiku/src/apps/debuganalyzer/gui/thread_window/ |
H A D | ActivityPage.cpp | 375 fRunTimeCheckBox->CheckBox()->SetValue(B_CONTROL_ON); in ActivityPage() 500 bool enabled = checkBox->CheckBox()->Value() == B_CONTROL_ON; in _UpdateChartDataEnabled()
|
/haiku/docs/user/interface/ |
H A D | CheckBox.dox | 11 * headers/os/interface/CheckBox.h hrev47274 12 * src/kits/interface/CheckBox.cpp hrev47274 17 \file CheckBox.h
|
/haiku/src/kits/interface/ |
H A D | Jamfile | 55 CheckBox.cpp
|