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

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

Definition at line 449 of file SegmentationDocument.h.

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

Referenced by GotoNextVideo(), and GotoPrevVideo().

00450     {
00451         if (!HasCursor())
00452             return false;
00453         return TryVideoMove(CurFileId() + inc);
00454     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:31:57 2010 for ImpalaSrc by  doxygen 1.5.1