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

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

Reimplemented from OglGui::Window.

Definition at line 88 of file mainShowVidSet.cpp.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:31 2011 for ImpalaSrc by  doxygen 1.5.1