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

Impala::Visualization::Window::Window ( OglGui::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 from OglGui::Window.

Definition at line 39 of file Window.h.

References OglGui::OglWindow::Init().

00039                                                                                       :
00040         OglGui::Window(parent, x, y, width, height, is2d),
00041         AppControlGUI(-1, false)
00042     {
00043         Init();
00044     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:25 2010 for ImpalaSrc by  doxygen 1.5.1