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

OglGui::OglDemo::OglDemo ( OGLWND *  parent,
int  x,
int  y,
int  width,
int  height 
) [inline]

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:


Generated on Fri Mar 19 12:03:26 2010 for ImpalaSrc by  doxygen 1.5.1