Definition at line 362 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), FindAdjacentAnnoShot(), Impala::Core::VideoSet::SegmentationDocument::GotoShot(), Impala::Core::Database::LEVEL_SHOT, and mSegDoc. 00363 { 00364 int shot; 00365 if ((shot=FindAdjacentAnnoShot(bit,shotIdx,next))==-1) 00366 return false; 00367 mSegDoc->GotoShot(shot); 00368 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00369 return true; 00370 }
Here is the call graph for this function: ![]()
|