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