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

OglGui::ZoomPanControl::ZoomPanControl ( Window parent,
int  x,
int  y,
int  w,
int  h,
Window target,
int  maxZoom,
float  aspectRatio = 1 
) [inline]

Definition at line 26 of file ZoomPanControl.h.

References OglGui::OglWindow::GetOGLWND(), and OglGui::OglWindow::Init().

00027                                                      :
00028         Window(parent, x, y, w, h)
00029     {
00030         Init(w, h, target->GetOGLWND(), maxZoom, aspectRatio);
00031     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:28 2011 for ImpalaSrc by  doxygen 1.5.1