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

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

create a top level window

This constructor will creat a new operating system window.

Reimplemented from OglGui::Window.

Definition at line 24 of file Window.h.

References Impala::Visualization::AppController::AddControl(), OglGui::OglWindow::Init(), and Impala::Visualization::AppController::Instance().

Referenced by Impala::Application::IDash::ScreenPlay::InitScreen().

00024                                                                 :
00025         OglGui::Window(x, y, width, height, is2d),
00026         AppControlGUI(-1, true)
00027     {
00028         Init();
00029         AppController::Instance().AddControl(this);
00030     }

Here is the call graph for this function:


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