Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:26:50 2011 for ImpalaSrc by  doxygen 1.5.1