Definition at line 52 of file OglDemo.h. References BuildGUI(), OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::SetBackground(), OglGui::OglWindow::SetDimensions(), and OglGui::Window::Window(). 00052 : 00053 Window(parent, x, y, 1100, 700) 00054 { 00055 SetBackground(oglGUI_BG); 00056 BuildGUI(1100, 700); 00057 SetDimensions(width, height); 00058 Window* stub = new Window(parent); 00059 ConnectTo(stub); 00060 }
Here is the call graph for this function:
|