create a child window This constructor will creat a new subwindow in the window . Reimplemented in Impala::Visualization::Window. Definition at line 110 of file Window.h. References OglGui::OglWindow::Init(), and WindowAdded(). 00110 : 00111 OglWindow(parent, 0, 0, width, height) 00112 { 00113 Init(is2d); 00114 parent->WindowAdded(this); 00115 }
Here is the call graph for this function:
|