Public Member Functions | |
void | layoutContainer (Container *parent) |
void | addLayoutComponent (Component *comp, int constraint) |
void | removeLayoutComponent (Component *comp) |
const util::Dimension | preferredLayoutSize (const Container *parent) const |
|
Does the layout for the given Container. this is done by setting the Containers first child (which should be the Popup) to it's preferred size.
Reimplemented from ui::layout::LayoutManager. |
|
Not used.
Reimplemented from ui::layout::LayoutManager. |
|
Not used.
Reimplemented from ui::layout::LayoutManager. |
|
Returns the preferredSize of this Container. It returns the parents bounds, just as getPreferredSize would do if we have no layout. Simple, effective.
Reimplemented from ui::layout::LayoutManager. |