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

Button* Impala::Visualization::VideoJpgPlayerControl::GetButton ( int  id  )  [inline]

Reimplemented from OglGui::RadioGroup.

Definition at line 73 of file VideoJpgPlayerControl.h.

References mFBwdButton, mFFwdButton, mNextButton, mPlayButton, mPrevButton, mResetButton, and mStopButton.

Referenced by Impala::Application::SDash::SurveillanceApp::BuildInspectionPane().

00074     {
00075         switch (id)
00076         {
00077             case 1: return mPlayButton;
00078             case 2: return mStopButton;
00079             case 3: return mResetButton;
00080             case 4: return mNextButton;
00081             case 5: return mPrevButton;
00082             case 6: return mFFwdButton;
00083             case 7: return mFBwdButton;
00084         }
00085         return NULL;
00086     }


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