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

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

Definition at line 132 of file VxsDocument.h.

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

00133     {
00134         if (GotoNextVideo())
00135             return Database::LEVEL_FILE;
00136         return Database::LEVEL_NONE;
00137     }

Here is the call graph for this function:


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