#include <LayoutComponent.h>
Inheritance diagram for OglGui::LayoutComponent:


Public Member Functions | |
| virtual | ~LayoutComponent () |
| virtual void | OnLayoutChange ()=0 |
| void | StopLayoutListening () |
| void | AddLayoutFollower (LayoutListener *listener) |
| void | AddLayoutLeader (LayoutListener *listener) |
| void | RemoveLayoutFollower (LayoutListener *listener) |
| void | RemoveLayoutLeader (LayoutListener *listener) |
Protected Attributes | |
| std::vector< LayoutListener * > | mLayoutFollowers |
| std::vector< LayoutListener * > | mLayoutLeaders |
Definition at line 49 of file LayoutComponent.h.
1.5.1