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

virtual DocLevel Impala::Core::Database::DataDocument::CursorPrevFile (  )  [inline, virtual]

Reimplemented in Impala::Core::VideoSet::SegmentationDocument.

Definition at line 195 of file DataDocument.h.

References GotoPrevFile(), Impala::Core::Database::LEVEL_FILE, and Impala::Core::Database::LEVEL_NONE.

Referenced by Impala::Visualization::AppControlDoc::KeyEvent(), and Impala::Application::IDash::AppControlDossier::KeyEvent().

00196     {
00197         if (GotoPrevFile(/*oglSys.KeyModifierState(oglShift) == 0*/))
00198             return LEVEL_FILE;
00199         return LEVEL_NONE;
00200     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:54 2011 for ImpalaSrc by  doxygen 1.5.1