Definition at line 223 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(). 00224 { 00225 int keyfr = mVisibleKeys[imIndex]; 00226 if (mSegDoc) 00227 mSegDoc->GotoKeyfr(keyfr); 00228 if (mIxsDoc) 00229 mIxsDoc->CursorToFile(keyfr); 00230 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00231 }
Here is the call graph for this function:
|