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

String Impala::Core::IDash::QuerySetTable::GetVideosLink ( CString  qSetId,
CString  caseId 
) const [inline]

Definition at line 55 of file QuerySetTable.h.

References Find(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get2(), and Impala::Core::Table::Table::Size().

00056     {
00057         int idx = Find(qSetId, caseId);
00058         if (idx == Size())
00059             return "";
00060         return Get2(idx);
00061     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:12:50 2010 for ImpalaSrc by  doxygen 1.5.1