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

void Impala::Application::SDash::SurveillanceApp::ShowEvent ( const CameraEvent camEvent  )  [inline]

Definition at line 334 of file SurveillanceApp.cpp.

References OglGui::AlertTimeLine::AddAlert(), Impala::Application::SDash::CameraEventList::AddCameraEvent(), Impala::Application::SDash::CameraEvent::CameraId(), Impala::Application::SDash::CameraEventListPane::EventList(), mCameraEventListPane, mTimeLine, Impala::Application::SDash::CameraEvent::PreferredBackColor(), and Impala::Application::SDash::CameraEvent::Seconds().

Referenced by DisplayFunc().

00335     {
00336         //mTimeLine->AddAlert(camEvent.CameraId(), camEvent.PreferredBackColor(), (int) &camEvent);
00337         mTimeLine->AddAlert(camEvent.CameraId(), camEvent.PreferredBackColor(), (void*) &camEvent, camEvent.Seconds());
00338         mCameraEventListPane->EventList()->AddCameraEvent(&camEvent);
00339     }

Here is the call graph for this function:


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