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

virtual void OglGui::SplashScreen::InitFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 47 of file SplashScreen.h.

References OglGui::OglWindow::H(), OglGui::OglWindow::mOglWnd, OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::W().

00048     {
00049         SetBackground(oglWHITE);
00050         OGLWND* animWnd = oglSys.CreateOGLViewPort(mOglWnd,0,0,W(),H());
00051         MNAnimFuncsSkipIntro(animWnd);
00052     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:06:27 2010 for ImpalaSrc by  doxygen 1.5.1