Definition at line 387 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), FindAdjacentAnnoShot(), Impala::Core::VideoSet::SegmentationDocument::GotoShot(), Impala::Core::Database::LEVEL_SHOT, and mSegDoc. 00388 { 00389 int shot; 00390 if ((shot=FindAdjacentAnnoShot(bit,shotIdx,next))==-1) 00391 return false; 00392 mSegDoc->GotoShot(shot); 00393 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00394 return true; 00395 }
Here is the call graph for this function:
|