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

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

Reimplemented from OglGui::Window.

Definition at line 60 of file mainShowImSet.cpp.

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

00061     {
00062         static bool initialized = false;
00063 
00064         if (!initialized)
00065         {
00066             initialized = true;
00067             ScaleChildren(0, true);
00068             SetReposChildren(false, true);
00069         }
00070         Window::DisplayFunc();
00071     }

Here is the call graph for this function:


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