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

void Impala::Core::IDash::VideoSetWrapper::Add ( const XmlCase xmlCase  )  [inline]

Definition at line 162 of file VideoSetWrapper.h.

References Add(), and Impala::Core::IDash::XmlCase::GetVideosLink().

00163     {
00164         XmlVideoList xmlVideoList(xmlCase.GetVideosLink());
00165         for (int i=0 ; i<xmlVideoList.GetNrVideos() ; i++)
00166         {
00167             XmlVideo xmlVideo(xmlVideoList.GetVideo(i));
00168             Add(xmlVideo, -1);
00169         }
00170     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:51 2011 for ImpalaSrc by  doxygen 1.5.1