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

void Impala::Visualization::VideoPlayer::FBwd (  )  [inline]

Definition at line 200 of file VideoPlayer.h.

References mIncrement, mLastTime, mNormalSpeed, OglGui::OglWindow::mOglWnd, mPlaying, mRgbDataSrc, mTimer, and Impala::Timer::SplitTime().

Referenced by KeyboardFunc(), and Impala::Visualization::VideoPlayerControl::OnRadioButton().

00201     {
00202         if (!mRgbDataSrc)
00203             return;
00204 /*
00205         int oldIncr = mIncrement;
00206         if (mIncrement > 0)
00207             oldIncr = 0;
00208         mIncrement = oldIncr-1;
00209 */
00210         mIncrement = -1;
00211         mPlaying = true;
00212         mNormalSpeed = false;
00213         mLastTime = mTimer->SplitTime();
00214         oglSys.SetAlwaysDraw(mOglWnd, true);
00215     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:50:17 2010 for ImpalaSrc by  doxygen 1.5.1