Home
last modified time | relevance | path

Searched refs:CheckBox (Results 1 – 10 of 10) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp16 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 DCheckBox.h16 class CheckBox : public AbstractButton {
18 CheckBox(BMessage* message = NULL,
41 CheckBox* fCheckBox;
H A DJamfile11 CheckBox.cpp
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp62 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 DJamfile65 CheckBox.cpp
83 CheckBox.cpp
200 ScrollView.cpp CheckBox.cpp ChannelSlider.cpp ChannelControl.cpp
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.h23 BCheckBox* CheckBox() const;
H A DColorCheckBox.cpp27 ColorCheckBox::CheckBox() const in CheckBox() function in ColorCheckBox
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp375 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 DCheckBox.dox11 * headers/os/interface/CheckBox.h hrev47274
12 * src/kits/interface/CheckBox.cpp hrev47274
17 \file CheckBox.h
/haiku/src/kits/interface/
H A DJamfile55 CheckBox.cpp