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