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

virtual void OglGui::Menu::InitDisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 130 of file Menu.h.

References OglGui::OglWindow::H(), OglGui::Window::InitDisplayFunc(), mLeftBotCol, mLeftTopCol, mRightBotCol, mRightTopCol, and OglGui::OglWindow::W().

00131     {
00132         Window::InitDisplayFunc();
00133         OGC myOGC;
00134         OGCSave(&myOGC);
00135         int bInfo[3];
00136         oglSys.StartBlend(bInfo);
00137         SetFillColors(mLeftTopCol,mRightTopCol,mRightBotCol,mLeftBotCol,0);
00138         FillRectangle(0,0,W(),H());
00139         oglSys.EndBlend(bInfo);
00140         OGCRestore(&myOGC);
00141     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:46 2010 for ImpalaSrc by  doxygen 1.5.1