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

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

create a child window

This constructor will creat a new subwindow in the window .

Reimplemented in Impala::Visualization::Window.

Definition at line 121 of file Window.h.

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

00121                                                                                :
00122         OglWindow(parent, x, y, width, height)
00123     {
00124         Init(is2d);
00125         mAllowReposition = false;
00126         parent->WindowAdded(this);
00127     }

Here is the call graph for this function:


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