Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:05:48 2010 for ImpalaSrc by  doxygen 1.5.1