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

int Impala::Visualization::LogoWindow::CompY ( int  y,
bool  xyUpperRight,
int  height 
) [inline, private]

Definition at line 93 of file LogoWindow.h.

Referenced by LogoWindow().

00094     {
00095         if (xyUpperRight)
00096             return y - height;
00097         return y;
00098     }


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