Reimplemented from OglGui::Window. Definition at line 37 of file ClusterApp.h. References OglGui::OglWindow::GetDimensions(), mCluster, mControl, mNavOGLWND, mWndView2D, and OglGui::OglWindow::SetDimensions(). 00038 { 00039 int w, h; 00040 GetDimensions(w,h); 00041 mCluster->SetDimensions(w/3, 0, 2*w/3, h); 00042 mControl->SetDimensions(0, 0, w/3, h); 00043 mWndView2D->SetDimensions(0, h/2, w/3, h/2); 00044 oglSys.SetDimensions(mNavOGLWND, 0, 0, w/3, h/2); 00045 }
Here is the call graph for this function:
|