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

void Impala::Application::SDash::SurveillanceMap::RemoveButtons (  )  [inline]

Definition at line 210 of file SurveillanceMap.h.

References mButtons, and mCurrent.

00211     {
00212         for (int i=0 ; i<mButtons.size() ; i++)
00213             delete mButtons[i];
00214         mButtons.clear();
00215         mCurrent = -1;
00216     }


Generated on Thu Jan 13 09:16:12 2011 for ImpalaSrc by  doxygen 1.5.1