Public Member Functions | |
FlowLayout () | |
FlowLayout (const FlowLayout &rhs) | |
FlowLayout & | operator= (const FlowLayout &rhs) |
void | swap (FlowLayout &rhs) throw () |
FlowLayout (int alignment) | |
FlowLayout (int alignment, int hgap, int vgap) | |
void | layoutContainer (Container *parent) |
const util::Dimension | preferredLayoutSize (const Container *parent) const |
|
Default Constructor. |
|
Copy Constructor. |
|
Creates a FlowLayout with given alignment.
|
|
Creates a FlowLayout with given alignment, horizontal and vertical spacing.
|
|
Assignment operator. |
|
Swaps this LayoutManager with another. |
|
Lay out the given Container.
Reimplemented from ui::layout::LayoutManager. |
|
Returns the preferred Dimension the Container likes to have. This is used to calculate the preferredSize. It is not guarenteed to be used, but it could happen (one happy customer).
Reimplemented from ui::layout::LayoutManager. |