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

bool Impala::Core::VideoSet::VxsDocument::TryVideoMove ( int  vid  )  [inline, private]

Definition at line 482 of file VxsDocument.h.

References GotoFrame(), mVidSet, and Impala::Core::Database::RawDataSet::NrFiles().

Referenced by CursorToFile(), and TryVideoMoveCursor().

00483     {
00484         if ((vid < 0) || (vid >= mVidSet->NrFiles()))
00485             return false;
00486         GotoFrame(vid, 0);
00487         return true;
00488     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:32 2010 for ImpalaSrc by  doxygen 1.5.1