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

void Impala::Visualization::View::SetBorderCol ( ULONG  color  )  [inline]

Definition at line 128 of file View.h.

References OglGui::View::mIs2D, OglGui::View::mView2D, and SetBorderCol().

Referenced by SetBorderCol().

00129     {
00130         if (mIs2D)
00131             viewSys.SetColor(mView2D, OGL_BORDER, color);
00132     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1