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

void Impala::Visualization::AppControlSrc::HandleDelayUpdate ( int  inc  )  [inline, private]

Definition at line 325 of file AppControlSrc.h.

References mDelay, mDoOneStep, mHadJump, mSrc2, and Impala::Core::Stream::RgbDataSrc::NextFrame().

Referenced by KeyEvent().

00326     {
00327         if (!mSrc2)
00328             return;
00329         mDelay += inc;
00330         mSrc2->NextFrame(inc);
00331         mHadJump = true;
00332         mDoOneStep = true; // to make sure the frame is processed
00333     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:42:51 2010 for ImpalaSrc by  doxygen 1.5.1