Immutable widget layout settings.
More...
Immutable widget layout settings.
◆ getFixedSize()
| int Dragengine.Gui.Layouts.WeightLayout.LayoutSettings.getFixedSize |
( |
| ) |
|
◆ getWeight()
| int Dragengine.Gui.Layouts.WeightLayout.LayoutSettings.getWeight |
( |
| ) |
|
◆ new() [1/2]
| LayoutSettings Dragengine.Gui.Layouts.WeightLayout.LayoutSettings.new |
( |
int |
weight | ) |
|
Create layout setting.
- Parameters
-
- Exceptions
-
| EInvalidParam | weight is less than 0. |
◆ new() [2/2]
| LayoutSettings Dragengine.Gui.Layouts.WeightLayout.LayoutSettings.new |
( |
int |
weight, |
|
|
int |
fixedSize |
|
) |
| |
Create layout setting.
- Parameters
-
| weight | Weight factor. |
| fixedSize | Fixed size in pixels. |
- Exceptions
-
| EInvalidParam | weight is less than 0. |
| EInvalidParam | fixedSize is less than 0. |
◆ pWeight
| int Dragengine.Gui.Layouts.WeightLayout.LayoutSettings.pWeight |
The documentation for this class was generated from the following file: