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

virtual void Impala::Application::WindowShowVidSet::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 86 of file mainShowVidSet.cpp.

References OglGui::Window::DisplayFunc(), OglGui::Window::ScaleChildren(), and OglGui::Window::SetReposChildren().

00087     {
00088         static bool initialized = false;
00089 
00090         if (!initialized)
00091         {
00092             initialized = true;
00093             ScaleChildren(0, true);
00094             SetReposChildren(false, true);
00095         }
00096         Window::DisplayFunc();
00097     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:37:57 2010 for ImpalaSrc by  doxygen 1.5.1