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

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

Reimplemented from OglGui::SizableWindow.

Definition at line 46 of file SizableDirectionButton.h.

References OglGui::SizableWindow::DisplayFunc(), OglGui::Window::GetState(), mColor, mDirectionButton, mHighlightColor, and OglGui::Window::SetForeground().

00047     {
00048         ULONG col = GetState()==1 ? mColor : mHighlightColor;
00049         mDirectionButton->SetForeground(col);
00050         SizableWindow::DisplayFunc();
00051     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:05:53 2010 for ImpalaSrc by  doxygen 1.5.1