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:
|