Definition at line 445 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(). 00446 { 00447 if (mRankedShots.size()) 00448 { 00449 mSegDoc->GotoShot(mRankedShots[mCurRankShot]); 00450 AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00451 } 00452 }
Here is the call graph for this function: ![]()
|