Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:06:58 2010 for ImpalaSrc by  doxygen 1.5.1