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

void Impala::Application::IDash::DossierEntry::DelShot ( int  i  )  [inline]

Definition at line 90 of file DossierEntry.h.

References AddShot(), FindShot(), mShotImages, Impala::Visualization::ImagesWindow::RemoveImages(), shots, and UpdateText().

Referenced by Impala::Application::IDash::ScreenDossier::DelShot().

00091     {
00092         int in = FindShot(i);
00093         if (in == -1)
00094             return;
00095         shots.erase(shots.begin() + in);
00096         mShotImages->RemoveImages();
00097         int sz = shots.size();
00098         for (int i=0; i<sz; i++)
00099             AddShot(shots[i]);
00100         UpdateText();
00101     }

Here is the call graph for this function:


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