Definition at line 36 of file ImageStrip.h. References OglGui::OglWindow::Init(). 00037 : 00038 ImagesWindow(parent, width, height) 00039 { 00040 // RvB: Strange constructor with preset w == 1.5 * h 00041 int imW, imH; 00042 imH = height - vSpace; 00043 imW = imH * 1.5; 00044 Init(imW, imH, 1.0, width / (imW+distance), distance, vSpace); 00045 }
Here is the call graph for this function:
|