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

void Impala::Application::SDash::CameraEventButton::Init ( const CameraEvent cameraEvent  )  [inline, private]

Definition at line 81 of file CameraEventButton.h.

References mCameraEvent, OglGui::Window::mDoStateFeedback, mX, Impala::Application::SDash::CameraEvent::PreferredBackColor(), and OglGui::OglWindow::SetBorderBackground().

00082     {
00083         mCameraEvent = cameraEvent;
00084 
00085         mX[0] = 4;
00086         mX[1] = 70;
00087         mX[2] = 100;
00088         mX[3] = 212;
00089 
00090         SetBorderBackground(cameraEvent->PreferredBackColor());
00091         mDoStateFeedback = false;
00092     }

Here is the call graph for this function:


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