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

void Impala::Application::SDash::CameraEventList::DiscardCurrent ( bool  mode = true  )  [inline]

Definition at line 89 of file CameraEventList.h.

References HideDiscarded(), mCurrentButton, mHideDiscarded, and OglGui::Window::SetState().

Referenced by Impala::Application::SDash::CameraEventListPane::ButtonSelectionEvent().

00090     {
00091         if (mCurrentButton)
00092         {
00093             mCurrentButton->SetState(mode ? 0 : 1);
00094             if (mHideDiscarded)
00095             {
00096                 HideDiscarded(true);
00097             }
00098         }
00099     }

Here is the call graph for this function:


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