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

virtual void OglGui::SixView2DWindow::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 63 of file SixView2DWindow.h.

References OglGui::Window::DisplayFunc().

00064     {
00065         int bInfo[3];
00066         // Blending mode to allow for transparent view background
00067         oglSys.StartBlend(bInfo);
00068 
00069         Window::DisplayFunc();
00070 
00071         oglSys.EndBlend(bInfo);
00072     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:50 2011 for ImpalaSrc by  doxygen 1.5.1