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

void Impala::Core::IDash::VideoSetWrapper::Add ( const XmlVideo xmlVideo,
const XmlQuerySet xmlQuerySet 
) [inline]

Definition at line 153 of file VideoSetWrapper.h.

References Add(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), Impala::Core::IDash::XmlQuerySet::GetCaseId(), Impala::Core::IDash::XmlQuerySet::GetId(), Impala::Core::IDash::XmlQuerySet::GetLink(), Impala::Core::IDash::XmlQuerySet::GetVideosLink(), mQuerySetTable, and Impala::Core::IDash::QuerySetTable::Update().

00154     {
00155         mQuerySetTable->Add(xmlQuerySet.GetId(), xmlQuerySet.GetVideosLink(),
00156                             xmlQuerySet.GetLink(), xmlQuerySet.GetCaseId());
00157         mQuerySetTable->Update("querysettable");
00158         Add(xmlVideo, -1);
00159     }

Here is the call graph for this function:


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