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

void Impala::Application::IDash::ScreenDossier::DelShot ( int  shotID  )  [inline, private]

Definition at line 101 of file ScreenDossier.h.

References Impala::Application::IDash::DossierEntry::DelShot(), DelVideo(), Impala::Application::IDash::ScreenBase::Engine(), FindVideo(), Impala::Core::Trec::ThreadSet::GetSegmentation(), Impala::Application::IDash::DossierEntry::NrOfEntries(), Impala::Application::IDash::TrecEngine::ThreadSet(), and OglGui::OglWindow::UpdateScene().

Referenced by HandleBookmarkEvent().

00102     {
00103         int videoID =
00104             Engine()->ThreadSet()->GetSegmentation()->GetVideoId(shotID);
00105         //check if we have video
00106         DossierEntry *d = FindVideo(videoID);
00107         if (!d)
00108             return;
00109         d->DelShot(shotID);
00110         if (d->NrOfEntries() == 0)
00111             DelVideo(videoID);
00112         UpdateScene();
00113     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:04 2011 for ImpalaSrc by  doxygen 1.5.1