Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:44:59 2010 for ImpalaSrc by  doxygen 1.5.1