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

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

Definition at line 179 of file DataDocument.h.

References GotoPrevDir(), Impala::Core::Database::LEVEL_DIR, and Impala::Core::Database::LEVEL_NONE.

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

00180     {
00181         if (GotoPrevDir())
00182             return LEVEL_DIR;
00183         return LEVEL_NONE;
00184     }

Here is the call graph for this function:


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