The qnx.fuse.ui.layouts package contains the base classes that define layouts. Layouts are used to position controls according to a predefined and configurable pattern, within a container.
| Interface | Description | |
|---|---|---|
| ILayout | The interface for the Layout classes. |
| Class | Description | |
|---|---|---|
| Align | The Align class contains constants that are used to align a layout control on the stage. | |
| LayoutBase | The base Layout class. | |
| LayoutData | The LayoutData class is used by layouts to arrange individual controls within a cell. | |
| LayoutMeasurement | Stores and computes the size of a given control. | |
| SizeCache | Caches the preferred size of a control so that it does not need to be recomputed every time. |