Definition at line 254 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(). 00255 { 00256 Segmentation* seg = mSegDoc->GetSegmentation(); 00257 int curFrame = mSimTLV->Player()->FrameNr(); 00258 int nextShot = FindFrameShot(curFrame) + (next?1:-1); 00259 mSimTLV->TimeLine()->Current(seg->GetStart(nextShot)*40); 00260 }
Here is the call graph for this function:
|