Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:49:27 2010 for ImpalaSrc by  doxygen 1.5.1