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