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

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

Definition at line 43 of file OglDemo.h.

References BuildGUI(), OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::SetDimensions().

00043                                                                  :
00044         Window(parent, x, y, 1100, 700)
00045         {
00046         SetBackground(oglGUI_BG);
00047         BuildGUI(1100, 700);
00048         SetDimensions(width, height);
00049         ConnectTo(parent);
00050         }

Here is the call graph for this function:


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