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

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

Reimplemented from Impala::Visualization::Window.

Definition at line 342 of file mainTrecSearch.cpp.

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

00343     {
00344         static bool initialized = false;
00345 
00346         if (!initialized)
00347         {
00348             initialized = true;
00349             ScaleChildren(0, true);
00350             SetReposChildren(false, true);
00351         }
00352 #ifdef APP_CONTROLLER_ALT
00353         HandleCycleGUI();
00354 #endif
00355         Window::DisplayFunc();
00356     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:38:28 2010 for ImpalaSrc by  doxygen 1.5.1