[inline]
Reimplemented from OglGui::RadioGroup.
Definition at line 50 of file VideoPlayerButtons.h.
References mButtons.
00051 { 00052 if (idx<0 || idx>7) 00053 return 0; 00054 return mButtons[idx]; 00055 }