Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::RadioGroup::Add ( Button button  )  [inline]

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:


Generated on Thu Jan 13 09:26:43 2011 for ImpalaSrc by  doxygen 1.5.1