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

virtual void Impala::Application::MediaTable::TableWindowCell::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 66 of file TableWindowCell.h.

References DISPLAY_FILLED, OglGui::Window::DisplayFunc(), OglGui::OglWindow::H(), mCurrentDisplayMode, mFillBgColor, and OglGui::OglWindow::W().

00067     {
00068         if (mCurrentDisplayMode == DISPLAY_FILLED)
00069         {
00070             OGC     myOGC;
00071             INT     oldBlendInfo[3];
00072             OGCSave(&myOGC);
00073             oglSys.StartBlend( &oldBlendInfo[0] );
00074             SetSolidFillColor(mFillBgColor);
00075             FillRectangle(1, 1, W(), H()-1);
00076             oglSys.EndBlend( &oldBlendInfo[0] );
00077             OGCRestore(&myOGC);
00078         }
00079         Window::DisplayFunc();
00080     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:21 2010 for ImpalaSrc by  doxygen 1.5.1