Definition for the size and position of a single row or column.
More...
#include <kanzi/ui/node/concept/grid_layout_concept.hpp>
Definition for the size and position of a single row or column.
kanzi::GridLayoutConcept::RowColumnDefinition::RowColumnDefinition |
( |
RowColumnSizeMode |
mode, |
|
|
float |
userSize, |
|
|
float |
maxSize, |
|
|
float |
offset |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
mode | Row or column mode. |
userSize | Row or column size. |
maxSize | Row or column maximum size. |
offset | Row or column offset. |
float kanzi::GridLayoutConcept::RowColumnDefinition::m_userSize |
float kanzi::GridLayoutConcept::RowColumnDefinition::m_maxSize |
Fixed size or weight of the row or column, depending on the layout mode.
float kanzi::GridLayoutConcept::RowColumnDefinition::m_offset |
Maximum size of an item on this row or column.
The documentation for this struct was generated from the following file: