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

OglGui::SplashScreenWoggel::SplashScreenWoggel ( int  x,
int  y,
int  w,
int  h 
) [inline]

Definition at line 18 of file SplashScreenWoggel.h.

References OglGui::OglWindow::H(), mAnimWnd, mInitialized, OglGui::OglWindow::mOglWnd, mStop, OglGui::OglWindow::W(), and WoggelFuncs().

00018                                                    :
00019         Window(x, y, w, h)
00020     {
00021         mStop =  mInitialized = false;
00022         mAnimWnd = oglSys.CreateOGLViewPort(mOglWnd,0,0,W(),H());
00023         WoggelFuncs(mAnimWnd);
00024     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:56 2011 for ImpalaSrc by  doxygen 1.5.1