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

Database::DocLevel Impala::Core::VideoSet::VxsDocument::CursorNextBookmark (  )  [inline, virtual]

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

Definition at line 172 of file VxsDocument.h.

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

00173     {
00174         if (mBookmarked->MoveCursor(1))
00175             return CursorToCurBookmark();
00176         return Database::LEVEL_NONE;
00177     }

Here is the call graph for this function:


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