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

void Impala::Application::IDash::ScreenDossier::DelVideo ( int  v  )  [inline, private]

Definition at line 145 of file ScreenDossier.h.

References OglGui::ScrollWnd::ContentPane(), ILOG_DEBUG, mScrollWnd, OglGui::Window::RepositionViewports(), and videos.

Referenced by ButtonSelectionEvent(), and DelShot().

00146     {
00147         ILOG_DEBUG("DelVideo(" << v <<")");
00148         std::list<DossierEntry*>::iterator i;
00149         for (i = videos.begin(); i != videos.end(); ++i) {
00150             if ((*i)->GetVideoID() == v) {
00151                 delete *i;
00152                 videos.erase(i);
00153                 mScrollWnd->ContentPane()->RepositionViewports();
00154                 break;
00155             }
00156         }
00157     }

Here is the call graph for this function:


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