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 }
|