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

void Impala::Visualization::VideoJpgPlayer::Play (  )  [inline]

Definition at line 134 of file VideoJpgPlayer.h.

References mIncrement, mNormalSpeed, OglGui::OglWindow::mOglWnd, and mPlaying.

Referenced by FBwd(), FFwd(), KeyboardFunc(), and Impala::Visualization::VideoJpgPlayerControl::OnRadioChange().

00135     {
00136         mPlaying = true;
00137         mNormalSpeed = true;
00138         mIncrement = 1;
00139         oglSys.SetAlwaysDraw(mOglWnd, true);
00140     }


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