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

void Impala::Visualization::SegmentationDocumentGuiStills::SetAsBox ( OglGui::Window w  )  [inline, private]

Definition at line 208 of file SegmentationDocumentGuiStills.h.

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

Referenced by SegmentationDocumentGuiStills().

00209     {
00210         //w->SetRoundness(2,10,10,2);
00211         w->SetBorderType(4);
00212         w->SetBorderFillShaded(2);
00213     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:47:28 2010 for ImpalaSrc by  doxygen 1.5.1