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

std::string Impala::Core::VideoSet::VxsDocument::CurBookmarkAnno (  )  [inline]

Definition at line 316 of file VxsDocument.h.

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

00317     {
00318         if (!HasCurBookmark())
00319             return std::string("");
00320         return mBookmarked->Get3AtCursor();
00321     }

Here is the call graph for this function:


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