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

std::string Impala::Core::ImageSet::IxsDocument::CurBookmarkAnno (  )  [inline]

Definition at line 128 of file IxsDocument.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1AtCursor(), HasCurBookmark(), and mBookmarked.

00129     {
00130         if (!HasCurBookmark())
00131             return std::string("");
00132         return mBookmarked->Get1AtCursor();
00133     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:57 2010 for ImpalaSrc by  doxygen 1.5.1