Definition at line 305 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(). 00306 { 00307 int curFrame = mSimTLV->Player()->FrameNr(); 00308 int nFrame = FindAdjacentPositive(id,curFrame,next); 00309 mSimTLV->TimeLine()->Current(nFrame*40); 00310 }
Here is the call graph for this function:
|