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

void Impala::Application::IDash::DossierEntry::AddShot ( int  shotID  )  [inline]

Definition at line 76 of file DossierEntry.h.

References Impala::Visualization::ImagesWindow::AddImage(), FindShot(), Impala::Core::Trec::ThreadSet::GetImageByShotID(), mEngine, mShotImages, shots, Impala::Application::IDash::TrecEngine::ThreadSet(), and UpdateText().

Referenced by Impala::Application::IDash::ScreenDossier::AddShot(), and DelShot().

00077     {
00078         if (FindShot(shotID) == -1) {
00079             shots.push_back(shotID);
00080         }
00081         //show pic
00082         std::ostringstream title;
00083         title << shotID;
00084 
00085         mShotImages->AddImage(mEngine->ThreadSet()->GetImageByShotID(shotID),
00086                               "Direct", title.str(), true);
00087         UpdateText();
00088     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:43 2011 for ImpalaSrc by  doxygen 1.5.1