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

void Impala::Application::SDash::SurveillanceApp::BuildGUI ( int  w,
int  h 
) [inline]

Definition at line 415 of file SurveillanceApp.cpp.

References BuildInspectionPane(), BuildMonitorAll(), BuildMonitorPane(), BuildTimeLinePane(), mAllCamerasPane, mCameraEventListPane, mTimeLine, mVideoCameras, OglGui::OglWindow::ScaleTo(), SetAsBox(), OglGui::AlertTimeLine::SetTime(), OglGui::SizableWindow::SetToFrontOnMouseDown(), OglGui::OglWindow::SetVisible(), and Impala::Application::SDash::VIRTUAL_TIME_OFFSET.

Referenced by SurveillanceApp().

00416         {
00417         int monitorPaneY = h-332;
00418         //BuildTimeLinePane(this,8,monitorPaneY-160,w-16,152);
00419         BuildTimeLinePane(this,412,monitorPaneY-232,w-414,228);
00420         mCameraEventListPane = new CameraEventListPane(this,2,monitorPaneY-232,406,228);
00421         SetAsBox(mCameraEventListPane);
00422         mCameraEventListPane->ScaleTo(this);
00423         BuildMonitorPane(this,2,monitorPaneY,w-4,330);
00424         BuildInspectionPane(this,2,2,w-4,monitorPaneY-240);
00425 #ifdef ALL_MONITORS
00426 mAllCamerasPane = BuildMonitorAll(this,8,monitorPaneY,w-16,330+24);
00427 mAllCamerasPane->SetToFrontOnMouseDown(false);
00428 mAllCamerasPane->SetVisible(false);
00429 #endif
00430 
00431         mTimeLine->SetTime(14*3600 + 14*60 + 40, VIRTUAL_TIME_OFFSET);
00432         for(int i=0;i<3;i++)
00433             mVideoCameras[i]->Play(VIRTUAL_TIME_OFFSET);
00434     }

Here is the call graph for this function:


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