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

void Impala::Application::SDash::CameraEventList::RemoveEvents (  )  [inline]

Definition at line 101 of file CameraEventList.h.

References mCameraEventButtons, and mCurrentButton.

00102     {
00103         for (int i=0 ; i<mCameraEventButtons.size() ; i++)
00104             delete mCameraEventButtons[i];
00105         mCameraEventButtons.clear();
00106         mCurrentButton = 0;
00107     }


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