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

void Impala::Application::SDash::SurveillanceApp::SetAsBox ( Window w  )  [inline]

Definition at line 438 of file SurveillanceApp.cpp.

References OglGui::OglWindow::SetBorderFillShaded(), OglGui::OglWindow::SetBorderType(), and OglGui::OglWindow::SetRoundness().

Referenced by BuildGUI(), BuildInspectionPane(), and BuildTimeLinePane().

00439     {
00440         w->SetRoundness(0,0,0,0);
00441         w->SetBorderType(BEV_ETCHED);
00442         w->SetBorderFillShaded(DEEP_SHADE_UP);
00443     }

Here is the call graph for this function:


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