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

void Impala::Application::SDash::CameraEventList::HideDiscarded ( bool  mode  )  [inline]

Definition at line 134 of file CameraEventList.h.

References mCurrentCamera, mHideDiscarded, ShowAllCameras(), and ShowCameraWithId().

Referenced by Impala::Application::SDash::CameraEventListPane::CheckBoxEvent(), and DiscardCurrent().

00135     {
00136         mHideDiscarded = mode;
00137         if (mCurrentCamera == -1)
00138             ShowAllCameras();
00139         else
00140             ShowCameraWithId(mCurrentCamera);
00141     }

Here is the call graph for this function:


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