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

virtual std::string Impala::Core::VideoSet::VxsDocument::DescribeBookmark ( int  idx  )  [inline, virtual]

Definition at line 324 of file VxsDocument.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get3(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get9(), mBookmarked, and Impala::Core::Database::DataDocument::mDataSet.

00325     {
00326         int fileId = mBookmarked->Get9(idx);
00327         return mDataSet->GetFile(fileId) + "  " + mBookmarked->Get3(idx) + "  ("
00328             + mDataSet->GetSectionOfFile(fileId)
00329             + "/" + mDataSet->GetDirOfFile(fileId) + ")";
00330     }

Here is the call graph for this function:


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