Definition at line 615 of file OglDemo.h. References OglGui::TitledWindow::ContentPane(), scExtraControl, OglGui::Window::SetWindowListener(), TitledLenseControl(), TitledPanControl(), TitledViews(), TitledZoomControl(), and OglGui::OglWindow::W(). Referenced by BuildTab_ZoomPanLense(). 00616 { 00617 TitledWindow* titWnd = TitledViews(parent,x,y,w,h,"Zoom Pan Lense"); 00618 Window* pane = titWnd->ContentPane(); 00619 int pW = pane->W(); 00620 00621 TitledZoomControl(pane, 0, 0, pW/2, 140, pane); 00622 TitledPanControl(pane, 0, 160, 160, 160, pane); 00623 TitledLenseControl(pane, pW/2+2, 0, pW/2, 140, pane); 00624 pane->SetWindowListener(this, scExtraControl); 00625 00626 return titWnd; 00627 }
Here is the call graph for this function:
|