Home
last modified time | relevance | path

Searched refs:fLabelRadioGroup (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp64 fLabelRadioGroup(NULL), in BoxTest()
76 delete fLabelRadioGroup; in ~BoxTest()
132 fLabelRadioGroup = new RadioButtonGroup(new BMessage(MSG_LABEL_CHANGED), in ActivateTest()
138 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
143 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
148 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
151 fLabelRadioGroup->SelectButton((int32)0); in ActivateTest()
226 if (fLabelRadioGroup) { in _UpdateLabel()
230 AbstractButton* selectedButton = fLabelRadioGroup->SelectedButton(); in _UpdateLabel()
H A DSliderTest.cpp141 fLabelRadioGroup(NULL), in SliderTest()
156 delete fLabelRadioGroup; in ~SliderTest()
299 fLabelRadioGroup = new RadioButtonGroup(new BMessage(MSG_LABEL_CHANGED), in ActivateTest()
305 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
310 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
316 fLabelRadioGroup->AddButton(button->GetRadioButton()); in ActivateTest()
319 fLabelRadioGroup->SelectButton((int32)1); in ActivateTest()
478 if (fLabelRadioGroup) { in _UpdateLabel()
482 AbstractButton* selectedButton = fLabelRadioGroup->SelectedButton(); in _UpdateLabel()
H A DBoxTest.h42 RadioButtonGroup* fLabelRadioGroup; variable
H A DSliderTest.h52 RadioButtonGroup* fLabelRadioGroup; variable