Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:22:12 2011 for ImpalaSrc by  doxygen 1.5.1