Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:48:50 2010 for ImpalaSrc by  doxygen 1.5.1