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

OglGui::Window::Window ( OGLWND *  parent,
int  x,
int  y,
int  width,
int  height,
bool  is2d = true 
) [inline]

Definition at line 141 of file Window.h.

References OglGui::OglWindow::Init(), and mAllowReposition.

00141                                                                                :
00142         OglWindow(parent, x, y, width, height)
00143     {
00144         Init(is2d);
00145         mAllowReposition = false;
00146     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:10:57 2010 for ImpalaSrc by  doxygen 1.5.1