Definition at line 59 of file LogoWindow.h. References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(). Referenced by LogoWindow(). 00060 { 00061 if (logoAnim) 00062 { 00063 if (aWidth != -1) 00064 return aWidth; 00065 } 00066 if (logoIm) 00067 return logoIm->CW()+2; 00068 return 200; 00069 }
Here is the call graph for this function:
|