Definition at line 72 of file LogoWindow.h. References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(). Referenced by LogoWindow(). 00073 { 00074 if (logoAnim) 00075 { 00076 if (aHeight != -1) 00077 return aHeight; 00078 } 00079 if (logoIm) 00080 return logoIm->CH()+2; 00081 return 200; 00082 }
Here is the call graph for this function:
|