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

virtual std::string Impala::Core::ImageSet::IxsDocument::DescribeBookmark ( int  idx  )  [inline, virtual]

Definition at line 136 of file IxsDocument.h.

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

00137     {
00138         int fileId = mBookmarked->Get7(idx);
00139         return mDataSet->GetFile(fileId) + "  " + mBookmarked->Get1(idx) + "  ("
00140             + mDataSet->GetSectionOfFile(fileId)
00141             + "/" + mDataSet->GetDirOfFile(fileId) + ")";
00142     }

Here is the call graph for this function:


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