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

Impala::Visualization::Window::Window ( OglGui::Window parent,
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 32 of file Window.h.

References OglGui::OglWindow::Init().

00032                                                                         :
00033         OglGui::Window(parent, width, height, is2d),
00034         AppControlGUI(-1, false)
00035     {
00036         Init();
00037     }

Here is the call graph for this function:


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