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

virtual bool Impala::Core::ImageSet::IxsDocument::RemoveCursorFromBookmarked (  )  [inline, virtual]

Definition at line 171 of file IxsDocument.h.

References CursorToBookmark(), Impala::Core::Table::Table::GetCursor(), HasCurBookmark(), mBookmarked, and Impala::Core::Table::RemoveRow().

00172     {
00173         // todo : check whether cursor is same as current bookmark??
00174         if (! HasCurBookmark())
00175             return false;
00176         int cursor = mBookmarked->GetCursor();
00177         Table::RemoveRow(mBookmarked, mBookmarked->GetCursor());
00178         CursorToBookmark(cursor);
00179         return true;
00180     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:05 2011 for ImpalaSrc by  doxygen 1.5.1