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

void Impala::Visualization::AllFramesTLineVideo::GoToAdjacentPositive ( int  id,
bool  next 
) [inline]

Definition at line 308 of file AllFramesTLineVideo.h.

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

Referenced by UpDownButtonSelectionEvent().

00309     {
00310         int      curFrame  = mSimTLV->Player()->FrameNr();
00311         int  nFrame    = FindAdjacentPositive(id,curFrame,next);
00312         mSimTLV->TimeLine()->Current(nFrame*40);
00313     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:28 2011 for ImpalaSrc by  doxygen 1.5.1