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

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

Reimplemented from OglGui::Window.

Definition at line 49 of file mainAnnoVidSet.cpp.

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

00050     {
00051         static bool initialized = false;
00052 
00053         if (!initialized)
00054         {
00055             initialized = true;
00056             ScaleChildren(0, true);
00057             SetReposChildren(false, true);
00058         }
00059         Window::DisplayFunc();
00060     }

Here is the call graph for this function:


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