Definition at line 226 of file AnnotationTableGui.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::Database::DataDocument::CursorToFile(), Impala::Core::VideoSet::SegmentationDocument::GotoKeyfr(), Impala::Core::Database::LEVEL_SHOT, mIxsDoc, mSegDoc, and mVisibleKeys. Referenced by ImageSelectionEvent(). 00227 { 00228 int keyfr = mVisibleKeys[imIndex]; 00229 if (mSegDoc) 00230 mSegDoc->GotoKeyfr(keyfr); 00231 if (mIxsDoc) 00232 mIxsDoc->CursorToFile(keyfr); 00233 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00234 }
Here is the call graph for this function: ![]()
|