Definition at line 157 of file OglDemo.h. References OglGui::OglWindow::ConnectTo(), OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), scExtraControl, OglGui::OglWindow::SetBackground(), OglGui::Window::SetWindowListener(), and OglGui::OglWindow::W(). Referenced by TitledAnimations(). 00158 { 00159 Window* tab = tabs->CreateTab("ViewSphere"); 00160 ViewSphere* vS = new ViewSphere(tab,0,0,tab->W(),tab->H()); 00161 00162 vS->ConnectTo(tab); 00163 vS->SetBackground(0); 00164 vS->SetWindowListener(this,scExtraControl); 00165 }
Here is the call graph for this function:
|