Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:09 2011 for ImpalaSrc by  doxygen 1.5.1