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

virtual Database::DocLevel Impala::Core::VideoSet::VxsDocument::CursorPageUp (  )  [inline, virtual]

Definition at line 124 of file VxsDocument.h.

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

00125     {
00126         if (GotoPrevVideo())
00127             return Database::LEVEL_FILE;
00128         return Database::LEVEL_NONE;
00129     }

Here is the call graph for this function:


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