Definition at line 439 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), FindSegFrameShot(), Impala::Visualization::VideoPlayer::FrameNr(), Impala::Core::VideoSet::Keyframes::GetShotRKF(), Impala::Core::VideoSet::SegmentationDocument::GotoKeyfr(), Impala::Core::Database::LEVEL_SHOT, mKeyframes, mSegDoc, mSimTLV, and Impala::Visualization::SimilarityTimeLineVideo::Player(). Referenced by ButtonSelectionEvent(), and OnAnnoHistoryVSB(). 00440 { 00441 if (kf==-1) kf = 0; 00442 int frame = mSimTLV ? mSimTLV->Player()->FrameNr() : kf; 00443 int shot = FindSegFrameShot(frame); 00444 int kFrame = mKeyframes->GetShotRKF(shot); 00445 mSegDoc->GotoKeyfr(kFrame); 00446 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00447 }
Here is the call graph for this function:
|