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

bool Impala::Application::SDash::CameraEventList::IsVisible ( CameraEventButton btn  )  [inline]

Definition at line 109 of file CameraEventList.h.

References Impala::Application::SDash::CameraEventButton::CameraId(), OglGui::Window::GetState(), mCurrentCamera, and mHideDiscarded.

Referenced by AddCameraEvent(), SelectCameraEvent(), SelectTopCameraEvent(), and ShowCameraWithId().

00110     {
00111         return ( (mCurrentCamera == -1 || mCurrentCamera == btn->CameraId()) 
00112             && (!mHideDiscarded || btn->GetState()) );
00113     }

Here is the call graph for this function:


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