Definition at line 26 of file ZoomPanControl.h. References OglGui::OglWindow::GetOGLWND(), and OglGui::OglWindow::Init(). 00027 : 00028 Window(parent, x, y, w, h) 00029 { 00030 Init(w, h, target->GetOGLWND(), maxZoom, aspectRatio); 00031 }
Here is the call graph for this function:
|