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

String Impala::Core::IDash::VideoTable::GetUrl ( int  vidId  )  const [inline]

Definition at line 70 of file VideoTable.h.

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

Referenced by Impala::Core::IDash::VideoSetWrapper::GetAsRankingItem(), and Impala::Core::IDash::VideoSetWrapper::IsInTargetSet().

00071     {
00072         int idx = Find(vidId);
00073         if (idx < 0)
00074             return "";
00075         return Get4(idx);
00076     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:13:23 2010 for ImpalaSrc by  doxygen 1.5.1