Implements OglGui::LayoutComponent. Reimplemented in BoostedGraph, and LabeledGraph. Definition at line 73 of file OglWindow.h. References OglGui::LayoutComponent::mLayoutFollowers. Referenced by OglGui::TwoPanesWindow::DisplayFunc(), OglGui::FourPanesWindow::DisplayFunc(), BoostedGraph::OnLayoutChange(), OglGui::TitledWindow::OnMaximizeButton(), OglGui::Window::ReshapeFunc(), ReshapeFunc(), and SetDimensions(). 00074 { 00075 for(unsigned int i=0 ; i<mLayoutFollowers.size() ; i++) 00076 if (mLayoutFollowers[i] != 0) 00077 mLayoutFollowers[i]->OnLayoutChange(); 00078 }
|