Searched refs:LabeledRadioButton (Results 1 – 5 of 5) sorted by relevance
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/ |
H A D | SliderTest.cpp | 54 class SliderTest::OrientationRadioButton : public LabeledRadioButton { 57 : LabeledRadioButton(label), in OrientationRadioButton() 66 class SliderTest::ThumbStyleRadioButton : public LabeledRadioButton { 69 : LabeledRadioButton(label), in ThumbStyleRadioButton() 78 class SliderTest::HashMarkLocationRadioButton : public LabeledRadioButton { 82 : LabeledRadioButton(label), in HashMarkLocationRadioButton() 92 class SliderTest::ThicknessRadioButton : public LabeledRadioButton { 95 : LabeledRadioButton(label), in ThicknessRadioButton() 105 class SliderTest::LabelRadioButton : public LabeledRadioButton { 108 : LabeledRadioButton(label), in LabelRadioButton() [all …]
|
H A D | ScrollBarTest.cpp | 22 class ScrollBarTest::OrientationRadioButton : public LabeledRadioButton { 25 : LabeledRadioButton(label), in OrientationRadioButton() 70 LabeledRadioButton* button = new OrientationRadioButton("Horizontal", in ActivateTest()
|
H A D | BoxTest.cpp | 30 class BoxTest::BorderStyleRadioButton : public LabeledRadioButton { 33 : LabeledRadioButton(label), in BorderStyleRadioButton() 43 class BoxTest::LabelRadioButton : public LabeledRadioButton { 47 : LabeledRadioButton(label), in LabelRadioButton() 109 LabeledRadioButton* button = new BorderStyleRadioButton("no border", in ActivateTest()
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | RadioButton.cpp | 59 LabeledRadioButton::LabeledRadioButton(const char* label, BMessage* message, in LabeledRadioButton() function in LabeledRadioButton 73 LabeledRadioButton::SetTarget(BMessenger messenger) in SetTarget() 80 LabeledRadioButton::SetSelected(bool selected) in SetSelected() 87 LabeledRadioButton::IsSelected() const in IsSelected()
|
H A D | RadioButton.h | 30 class LabeledRadioButton : public GroupView { 32 LabeledRadioButton(const char* label,
|