Definition at line 244 of file Window.h. References CastToWindow(), OglGui::OglWindow::GetPeer(), mAllowReposition, OglGui::OglWindow::mOglWnd, and SetReposChildren(). Referenced by Impala::Application::WindowTrecSearch::DisplayFunc(), Impala::Application::WindowShowVidSet::DisplayFunc(), Impala::Application::WindowShowImSet::DisplayFunc(), Impala::Application::WindowAnnoVidSet::DisplayFunc(), Impala::Application::SDash::AlertWindow::Init(), OglGui::TwoPanesWindow::LayoutPanes(), OglGui::FourPanesWindow::LayoutPanes(), and SetReposChildren(). 00245 { 00246 LIST *obj; 00247 OGLWND *child; 00248 Window *wnd; 00249 00250 ForAllElements (obj, mOglWnd->wndList) 00251 { 00252 child = (OGLWND *) obj->info; 00253 if (wnd = CastToWindow(GetPeer(child))) 00254 { 00255 wnd->mAllowReposition = mode; 00256 if (recursive) 00257 wnd->SetReposChildren(mode, true); 00258 } 00259 } 00260 }
Here is the call graph for this function:
|