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

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

Reimplemented from OglGui::Window.

Definition at line 65 of file mainShowImSet.cpp.

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

00066     {
00067         static bool initialized = false;
00068 
00069         if (!initialized)
00070         {
00071             initialized = true;
00072             ScaleChildren(0, true);
00073             SetReposChildren(false, true);
00074         }
00075         Window::DisplayFunc();
00076     }

Here is the call graph for this function:


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