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

void Impala::Application::SDash::CameraEventList::SelectCameraEvent ( CameraEvent cameraEvent  )  [inline]

Definition at line 75 of file CameraEventList.h.

References Impala::Application::SDash::CameraEvent::CameraId(), Impala::Application::SDash::CameraEvent::FrameNr(), IsVisible(), mCameraEventButtons, and Impala::Application::SDash::CameraEvent::Seconds().

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

00076     {
00077         for (int i = 0; i < mCameraEventButtons.size(); i++)
00078         {
00079             CameraEventButton& btn = *(mCameraEventButtons[i]);
00080             if (IsVisible(&btn)
00081                 && btn.CameraId() == cameraEvent->CameraId()
00082                 && btn.FrameNr() == cameraEvent->FrameNr()
00083                 && btn.Seconds() == cameraEvent->Seconds() )
00084 
00085                 btn.DoButtonSelectionEvent();
00086         }
00087     }

Here is the call graph for this function:


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