Definition at line 284 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(). 00285 { 00286 int curFrame = mSimTLV->Player()->FrameNr(); 00287 int nFrame = FindAdjacentKeyFrame(curFrame,next); 00288 mSimTLV->TimeLine()->Current(nFrame*40); 00289 }
Here is the call graph for this function: ![]()
|