Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:04:35 2010 for ImpalaSrc by  doxygen 1.5.1