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

bool Impala::Core::VideoSet::VxsDocument::TryVideoMoveCursor ( int  inc  )  [inline, private]

Definition at line 474 of file VxsDocument.h.

References Impala::Core::Database::DataDocument::CurFileId(), HasCursor(), and TryVideoMove().

Referenced by GotoNextVideo(), and GotoPrevVideo().

00475     {
00476         if (!HasCursor())
00477             return false;
00478         return TryVideoMove(CurFileId() + inc);
00479     }

Here is the call graph for this function:


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