Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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::Core::VideoSet::Segmentation::GetVideoId(), 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 Fri Mar 19 10:41:03 2010 for ImpalaSrc by  doxygen 1.5.1