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

DossierEntry* Impala::Application::IDash::ScreenDossier::FindVideo ( int  s  )  [inline, private]

Definition at line 116 of file ScreenDossier.h.

References videos.

Referenced by AddShot(), AddVideo(), and DelShot().

00117     {
00118         std::list<DossierEntry*>::iterator i;
00119         for (i = videos.begin(); i != videos.end(); ++i) {
00120             if ((*i)->GetVideoID() == s) {
00121                 return *i;
00122             }
00123         }
00124         return 0; // = we did not find it
00125     }


Generated on Fri Mar 19 10:41:03 2010 for ImpalaSrc by  doxygen 1.5.1