Home
last modified time | relevance | path

Searched refs:LabeledRadioButton (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DSliderTest.cpp54 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 DScrollBarTest.cpp22 class ScrollBarTest::OrientationRadioButton : public LabeledRadioButton {
25 : LabeledRadioButton(label), in OrientationRadioButton()
70 LabeledRadioButton* button = new OrientationRadioButton("Horizontal", in ActivateTest()
H A DBoxTest.cpp30 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 DRadioButton.cpp59 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 DRadioButton.h30 class LabeledRadioButton : public GroupView {
32 LabeledRadioButton(const char* label,