#include <class_u_i_1_1_layout.h>

Public Member Functions |
|
| __init__ () | |
| setPosition () | |
| getPosition () | |
| getSize () | |
| Return the size of the layout. |
|
| doLayout () | |
| No special layout for the base class.
|
|
| UI.Layout.__init__ | ( | ) |
Reimplemented in UI.HorizontalLayout, and UI.HorizontalWrapLayout.
| UI.Layout.setPosition | ( | ) |
| UI.Layout.getPosition | ( | ) |
| UI.Layout.getSize | ( | ) |
Return the size of the layout.
Essentially, the bounding box of all the visible items in the layout.
Reimplemented in UI.HorizontalLayout.
| UI.Layout.doLayout | ( | ) |
No special layout for the base class.
Simply give all the items the same position as the layout.
Reimplemented in UI.HorizontalLayout, and UI.HorizontalWrapLayout.