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

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

Definition at line 87 of file ShowImSetGuiMain.h.

00088     {
00089         /*
00090         int listenerData = (int)(long long) vData;
00091         switch (listenerData)
00092         {
00093         case IM_BOOKMARKED:
00094             mIxsDoc->CursorToBookmark(imIndex);
00095             AllHandleNewCursor(Core::Database::LEVEL_FILE, false);
00096             break;
00097         case IM_SET:
00098             mIxsDoc->CursorToFile(mIxsDoc->GetFileOfDir(imIndex, -1));
00099             AllHandleNewCursor(Core::Database::LEVEL_FILE, false);
00100             break;
00101         }
00102         */
00103     }


Generated on Fri Mar 19 11:47:33 2010 for ImpalaSrc by  doxygen 1.5.1