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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.cpp22 class ScrollBarTest::OrientationRadioButton : public LabeledRadioButton {
25 : LabeledRadioButton(label),
70 LabeledRadioButton* button = new OrientationRadioButton("Horizontal",
H A DSliderTest.cpp54 class SliderTest::OrientationRadioButton : public LabeledRadioButton {
57 : LabeledRadioButton(label),
66 class SliderTest::ThumbStyleRadioButton : public LabeledRadioButton {
69 : LabeledRadioButton(label),
78 class SliderTest::HashMarkLocationRadioButton : public LabeledRadioButton {
82 : LabeledRadioButton(label),
92 class SliderTest::ThicknessRadioButton : public LabeledRadioButton {
95 : LabeledRadioButton(label),
105 class SliderTest::LabelRadioButton : public LabeledRadioButton {
108 : LabeledRadioButton(labe
[all...]
H A DBoxTest.cpp30 class BoxTest::BorderStyleRadioButton : public LabeledRadioButton {
33 : LabeledRadioButton(label),
43 class BoxTest::LabelRadioButton : public LabeledRadioButton {
47 : LabeledRadioButton(label),
109 LabeledRadioButton* button = new BorderStyleRadioButton("no border",
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h29 // LabeledRadioButton
30 class LabeledRadioButton : public GroupView { class in inherits:GroupView
32 LabeledRadioButton(const char* label,
H A DRadioButton.cpp56 // #pragma mark - LabeledRadioButton
59 LabeledRadioButton::LabeledRadioButton(const char* label, BMessage* message, function in class:LabeledRadioButton
73 LabeledRadioButton::SetTarget(BMessenger messenger)
80 LabeledRadioButton::SetSelected(bool selected)
87 LabeledRadioButton::IsSelected() const

Completed in 16 milliseconds