Definition at line 47 of file ImageStrip.h. References OglGui::OglWindow::Init(). 00048 : 00049 ImagesWindow(parent, x, y, width, height) 00050 { 00051 int imW, imH; 00052 imH = height - vSpace; 00053 imW = imH * 1.5; 00054 Init(imW, imH, 1.0, width / (imW+distance), distance, vSpace); 00055 }
Here is the call graph for this function:
|