Definition at line 116 of file IxsDocumentGuiMain.h. References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::ImageSet::IxsDocument::CursorToBookmark(), Impala::Core::Database::DataDocument::CursorToFile(), Impala::Core::Database::DataDocument::GetFileOfDir(), IM_BOOKMARKED, IM_SET, Impala::Core::Database::LEVEL_FILE, and mIxsDoc. 00117 { 00118 int listenerData = (int)(long long) vData; 00119 switch (listenerData) 00120 { 00121 case IM_BOOKMARKED: 00122 mIxsDoc->CursorToBookmark(imIndex); 00123 AllHandleNewCursor(Core::Database::LEVEL_FILE, false); 00124 break; 00125 case IM_SET: 00126 mIxsDoc->CursorToFile(mIxsDoc->GetFileOfDir(imIndex, -1)); 00127 AllHandleNewCursor(Core::Database::LEVEL_FILE, false); 00128 break; 00129 } 00130 }
Here is the call graph for this function:
|