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

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

Definition at line 122 of file CameraEventList.h.

References OglGui::Window::GetState(), mCameraEventButtons, mCurrentCamera, and mHideDiscarded.

Referenced by HideDiscarded(), and Impala::Application::SDash::CameraEventListPane::OnRadioChange().

00123     {
00124         mCurrentCamera = -1;
00125         for (int i=0; i<mCameraEventButtons.size(); i++)
00126         {
00127             bool mode = true;
00128             if (mHideDiscarded && !mCameraEventButtons[i]->GetState())
00129                 mode = false;
00130             mCameraEventButtons[i]->SetVisible(mode);
00131         }
00132     }

Here is the call graph for this function:


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