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

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

Definition at line 43 of file OglWindow.h.

References Init(), and mOglWnd.

00044     {
00045         mOglWnd = oglSys.CreateOGLViewPort(parent->mOglWnd, x, y, width,height);
00046         Init();
00047     }

Here is the call graph for this function:


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