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

OglGui::View::View ( Window wnd,
OGLIMAGE *  oglIm,
float  x,
float  y,
float  z,
float  w,
float  h,
float  d,
ViewListener li = 0 
) [inline]

Definition at line 70 of file View.h.

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

00072     {
00073         mView3D = view3DSys.View3D(wnd->GetOGLWND(), oglIm, x, y, z, w, h, d);
00074         Init(false, li);
00075     }

Here is the call graph for this function:


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