Definition at line 279 of file OglDemo.h. References OglGui::ClusterApp::ClusterWnd(), OglGui::OglWindow::ConnectTo(), OglGui::Tabs::CreateTab(), OglGui::OglWindow::GetDimensions(), OglGui::OglWindow::GetOGLWND(), OglGui::Cluster::InitClusterViewers(), and Impala::Application::DemoCamera2d::oglWnd. Referenced by BuildGUI(). 00280 { 00281 Window* tab = tabs->CreateTab("Regions", 120); 00282 int w, h; 00283 00284 tab->GetDimensions(w,h); 00285 ClusterApp* app = new ClusterApp(tab, 0, 0, w, h); 00286 OGLWND* oglWnd = app->ClusterWnd()->GetOGLWND(); 00287 00288 ExampleViewers2dMinMax(oglWnd,100, 0,2000, 0,2000, 128,0, 128,0); 00289 app->ClusterWnd()->InitClusterViewers(); 00290 00291 app->ConnectTo(tab); 00292 }
Here is the call graph for this function:
|