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

virtual void Impala::Application::VideoExcel::TableCell::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 64 of file TableCell.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:32 2010 for ImpalaSrc by  doxygen 1.5.1