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

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

Definition at line 48 of file CameraEventList.h.

References OglGui::DropDownWindow::AddWindow(), IsVisible(), mCameraEventButtons, OglGui::Button::SetButtonListener(), and OglGui::OglWindow::SetVisible().

Referenced by Impala::Application::SDash::SurveillanceApp::ShowEvent().

00049     {
00050         static int cnt = 0;
00051         CameraEventButton* camEventButton =
00052             new CameraEventButton(this,-2,0,800,23,cameraEvent);
00053         camEventButton->SetButtonListener(this);
00054         camEventButton->SetVisible(IsVisible(camEventButton));
00055         mCameraEventButtons.push_back(camEventButton);
00056         AddWindow(camEventButton, 0, 0);
00057     }

Here is the call graph for this function:


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