Definition at line 402 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToFile(), FindNextAnno(), Impala::Core::VideoSet::SegmentationDocument::GotoShot(), Impala::Core::Database::LEVEL_SHOT, and mSegDoc. Referenced by UpDownButtonSelectionEvent(). 00403 { 00404 int res = FindNextAnno(bit,next,stayInVideo); 00405 if (res != -1) 00406 { 00407 AllHandleNewCursor(mSegDoc->CursorToFile(res/100000),false); 00408 mSegDoc->GotoShot(res%100000); 00409 AllHandleNewCursor(Core::Database::LEVEL_SHOT,false); 00410 } 00411 }
Here is the call graph for this function: ![]()
|