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

bool Impala::Core::Table::Table::SetCursor ( int  newPos  )  [inline]

Definition at line 72 of file Table.h.

References mCursor, and mLast.

Referenced by Impala::Core::VideoSet::VxsDocument::CursorToBookmark(), Impala::Core::VideoSet::SegmentationDocument::CursorToBookmark(), Impala::Core::ImageSet::IxsDocument::CursorToBookmark(), and MoveCursor().

00073     {
00074         if ((newPos < 0) || (newPos >= mLast))
00075             return false;
00076         mCursor = newPos;
00077         return true;
00078     }


Generated on Fri Mar 19 11:21:15 2010 for ImpalaSrc by  doxygen 1.5.1