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

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

Definition at line 59 of file CameraEventList.h.

References OglGui::ButtonListener::ButtonSelectionEvent(), IsVisible(), mBtnListener, mBtnListenerData, and mCameraEventButtons.

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

00060     {
00061         for (int i = mCameraEventButtons.size()-1; i >= 0; i--)
00062         {
00063             CameraEventButton* btn = mCameraEventButtons[i];
00064             if (IsVisible(btn))
00065             {
00066                 btn->DoButtonSelectionEvent();
00067                 return;
00068             }
00069         }
00070 
00071         // no visible events; hide video player
00072         mBtnListener->ButtonSelectionEvent(0, mBtnListenerData);
00073     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:48:48 2010 for ImpalaSrc by  doxygen 1.5.1