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

Database::DocLevel Impala::Core::VideoSet::VxsDocument::CursorToBookmark ( int  idx  )  [inline, virtual]

Implements Impala::Core::Database::DataDocument.

Definition at line 164 of file VxsDocument.h.

References CursorToCurBookmark(), Impala::Core::Database::LEVEL_NONE, mBookmarked, and Impala::Core::Table::Table::SetCursor().

Referenced by RemoveCursorFromBookmarked().

00165     {
00166         if (mBookmarked->SetCursor(idx))
00167             return CursorToCurBookmark();
00168         return Database::LEVEL_NONE;
00169     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:18 2011 for ImpalaSrc by  doxygen 1.5.1