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:
|