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

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

Definition at line 48 of file View.h.

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

00050     {
00051         mView2D = viewSys.View2D(wnd->GetOGLWND(), oglIm, x, y, w, h);
00052         Init(true, li);
00053     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:32 2010 for ImpalaSrc by  doxygen 1.5.1