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

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

Definition at line 120 of file OglDemo.h.

References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), TitledZoomPanLense(), and OglGui::OglWindow::W().

Referenced by BuildGUI().

00121     {
00122         Window* tab = tabs->CreateTab("Zoom Pan Lense", 140);
00123 
00124         TitledZoomPanLense(tab, 10, 10, tab->W()-20, tab->H()-20);
00125     }

Here is the call graph for this function:


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