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

OglGui::OglWindow::OglWindow ( OGLWND *  parent,
int  x,
int  y,
int  width,
int  height 
) [inline]

Definition at line 55 of file OglWindow.h.

References Init(), and mOglWnd.

00056     {
00057         mOglWnd = oglSys.CreateOGLViewPort(parent, x, y, width, height);
00058         Init();
00059     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:04:07 2010 for ImpalaSrc by  doxygen 1.5.1