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

void Impala::Visualization::AllFramesTLineVideo::GoToAdjacentKeyFrame ( bool  next  )  [inline]

Definition at line 281 of file AllFramesTLineVideo.h.

References OglGui::ZoomShiftRuler::Current(), FindAdjacentKeyFrame(), Impala::Visualization::VideoPlayer::FrameNr(), mSimTLV, Impala::Visualization::SimilarityTimeLineVideo::Player(), and Impala::Visualization::SimilarityTimeLineVideo::TimeLine().

Referenced by UpDownButtonSelectionEvent().

00282     {
00283         int      curFrame  = mSimTLV->Player()->FrameNr();
00284         int  nFrame    = FindAdjacentKeyFrame(curFrame,next);
00285         mSimTLV->TimeLine()->Current(nFrame*40);
00286     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:41:58 2010 for ImpalaSrc by  doxygen 1.5.1