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

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

Definition at line 57 of file View.h.

References Init(), and mView2D.

00059     {
00060         mView2D = viewSys.View2D(oglWnd, oglIm, x, y, w, h);
00061         Init(true, li);
00062     }

Here is the call graph for this function:


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