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

void Impala::Application::SDash::AlertWindow::ChangeBackground ( Window wnd  )  [inline]

Definition at line 276 of file AlertWindow.h.

References OglGui::OglWindow::GetBackground(), mOpacity, and OglGui::OglWindow::SetBackground().

Referenced by DisplayFunc().

00277     {
00278         ULONG bg = wnd->GetBackground();
00279         bg = ((bg&0x00ffffff) | (mOpacity<<24));
00280         wnd->SetBackground(bg);
00281     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:58 2011 for ImpalaSrc by  doxygen 1.5.1