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

Button* Impala::Visualization::VideoPlayerButtons::GetButton ( int  idx  )  [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     }


Generated on Thu Jan 13 09:25:28 2011 for ImpalaSrc by  doxygen 1.5.1