Definition at line 257 of file AllFramesTLineVideo.h. References OglGui::ZoomShiftRuler::Current(), FindFrameShot(), Impala::Visualization::VideoPlayer::FrameNr(), Impala::Core::VideoSet::SegmentationDocument::GetSegmentation(), Impala::Core::VideoSet::Segmentation::GetStart(), mSegDoc, mSimTLV, Impala::Visualization::SimilarityTimeLineVideo::Player(), and Impala::Visualization::SimilarityTimeLineVideo::TimeLine(). Referenced by UpDownButtonSelectionEvent(). 00258 { 00259 Segmentation* seg = mSegDoc->GetSegmentation(); 00260 int curFrame = mSimTLV->Player()->FrameNr(); 00261 int nextShot = FindFrameShot(curFrame) + (next?1:-1); 00262 mSimTLV->TimeLine()->Current(seg->GetStart(nextShot)*40); 00263 }
Here is the call graph for this function: ![]()
|