Definition at line 34 of file LogoWindow.h. References CompHeight(), CompWidth(), CompX(), CompY(), Init2(), and OglGui::OglWindow::SetDimensions(). 00036 : 00037 Window(parent, x, y, 50, 50, !logoAnim) 00038 { 00039 int width = CompWidth(logoIm, logoAnim, aHeight); 00040 int height = CompHeight(logoIm, logoAnim, aHeight); 00041 SetDimensions(CompX(x, xyUpperRight, width), 00042 CompY(y, xyUpperRight, height), width, height); 00043 Init2(logoIm, logoAnim); 00044 }
Here is the call graph for this function:
|