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