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

int Impala::Visualization::LogoWindow::CompX ( int  x,
bool  xyUpperRight,
int  width 
) [inline, private]

Definition at line 85 of file LogoWindow.h.

Referenced by LogoWindow().

00086     {
00087         if (xyUpperRight)
00088             return x - width;
00089         return x;
00090     }


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