Definition at line 153 of file SegmentationDocumentGuiMain.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToBookmark(), Impala::Core::VideoSet::SegmentationDocument::GotoShotKeyfr(), IM_BOOKMARKED, IM_CURRENT, IM_RETRIEVED, Impala::Core::Database::LEVEL_SHOT, and mSegDoc. 00154 { 00155 int listenerData = (int)(long long) vData; 00156 switch (listenerData) 00157 { 00158 case IM_BOOKMARKED: 00159 mSegDoc->CursorToBookmark(imIndex); 00160 AllHandleNewCursor(Core::Database::LEVEL_SHOT, true); 00161 break; 00162 case IM_CURRENT: 00163 mSegDoc->GotoShotKeyfr(imIndex); 00164 break; 00165 case IM_RETRIEVED: 00166 //mSegDoc->GotoKeyfr(mSegDoc->GetRetrieved()->GetId(imIndex)); 00167 //AllHandleNewCursor(Core::Database::LEVEL_SHOT, false); 00168 break; 00169 } 00170 }
Here is the call graph for this function:
|