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

void OglGui::RadioGroup::SetCurrentSelected (  )  [inline]

Definition at line 67 of file RadioGroup.h.

References mButtons, and mCurrent.

Referenced by ButtonSelectionEvent(), and SetActiveRadio().

00068     {
00069         for(int i=0 ; i<(int)mButtons.size() ; i++)
00070             mButtons[i]->SetSelected(i == mCurrent);
00071     }


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