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

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

Definition at line 37 of file OglWindow.h.

References Init(), and mOglWnd.

00038     {
00039         mOglWnd = oglSys.CreateOGLWND(x, y, width, height);
00040         Init();
00041     }

Here is the call graph for this function:


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