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

Impala::Visualization::LogoWindow::LogoWindow ( OglGui::Window parent,
bool  trans,
int  x,
int  y,
int  w,
int  h,
Array2dVec3UInt8 logoIm,
bool  logoAnim 
) [inline]

Definition at line 47 of file LogoWindow.h.

References Init2(), and OglGui::OglWindow::SetBackground().

00048                                                         :
00049         Window(parent, x, y, w, h, !logoAnim)
00050     {
00051         Init2(logoIm, logoAnim);
00052         if (trans)
00053             SetBackground(0x0);
00054     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:48 2011 for ImpalaSrc by  doxygen 1.5.1