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

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

Definition at line 156 of file VxsDocument.h.

References GotoNextFrame(), Impala::Core::Database::LEVEL_FRAME, Impala::Core::Database::LEVEL_NONE, and mStepSize.

00157     {
00158         if (GotoNextFrame(mStepSize))
00159             return Database::LEVEL_FRAME;
00160         return Database::LEVEL_NONE;
00161     }

Here is the call graph for this function:


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