Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Visualization::SegmentationDocumentGuiMain::ImageSelectionEvent ( ImagesWindow src,
int  imIndex,
void *  vData 
) [inline, virtual]

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:


Generated on Thu Jan 13 09:25:02 2011 for ImpalaSrc by  doxygen 1.5.1