Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::OglDemo::ViewSphereTab ( Tabs tabs  )  [inline]

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:


Generated on Thu Jan 13 09:26:38 2011 for ImpalaSrc by  doxygen 1.5.1