Definition at line 427 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(). 00428 { 00429 int res = FindNextAnno(bit,next,stayInVideo); 00430 if (res != -1) 00431 { 00432 AllHandleNewCursor(mSegDoc->CursorToFile(res/100000),false); 00433 mSegDoc->GotoShot(res%100000); 00434 AllHandleNewCursor(Core::Database::LEVEL_SHOT,false); 00435 } 00436 }
Here is the call graph for this function:
|