Definition at line 59 of file RadioGroup.h. References mButtons, and OglGui::Button::SetButtonListener(). 00060 { 00061 button->SetButtonListener(this, (void*)mButtons.size()); 00062 mButtons.push_back(button); 00063 if (mButtons.size() == 1) 00064 button->SetSelected(true); 00065 }
Here is the call graph for this function:
|