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

Impala::Visualization::LogoWindow::LogoWindow ( OglGui::Window parent,
int  x,
int  y,
bool  xyUpperRight,
Array2dVec3UInt8 logoIm,
bool  logoAnim,
int  aWidth = -1,
int  aHeight = -1 
) [inline]

Definition at line 34 of file LogoWindow.h.

References CompHeight(), CompWidth(), CompX(), CompY(), Init2(), and OglGui::OglWindow::SetDimensions().

00036                                :
00037         Window(parent, x, y, 50, 50, !logoAnim)
00038     {
00039         int width = CompWidth(logoIm, logoAnim, aHeight);
00040         int height = CompHeight(logoIm, logoAnim, aHeight);
00041         SetDimensions(CompX(x, xyUpperRight, width),
00042                       CompY(y, xyUpperRight, height), width, height);
00043         Init2(logoIm, logoAnim);
00044     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:44:58 2010 for ImpalaSrc by  doxygen 1.5.1