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

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

Definition at line 148 of file VxsDocument.h.

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

00149     {
00150         if (GotoPrevFrame(mStepSize))
00151             return Database::LEVEL_FRAME;
00152         return Database::LEVEL_NONE;
00153     }

Here is the call graph for this function:


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