Definition at line 470 of file SegmentationDocumentGuiAnno.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::GotoShot(), Impala::Core::Database::LEVEL_SHOT, mCurRankShot, mRankedShots, and mSegDoc. Referenced by ButtonSelectionEvent(), CheckBoxEvent(), CheckNewVideo(), OnValueChanged(), and ToggleNavigationMode(). 00471 { 00472 if (mRankedShots.size()) 00473 { 00474 mSegDoc->GotoShot(mRankedShots[mCurRankShot]); 00475 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00476 } 00477 }
Here is the call graph for this function:
|