|
Kanzi Graphics Engine
|
Information used to store the state between function calls when locating objects. More...
#include <kzu_layout.h>
Data Fields | |
| enum KzuUiGridLayoutDirection | direction |
| Direction of layout. More... | |
| kzUint | columnCount |
| Column count of layout. More... | |
| kzUint | rowCount |
| Row count of layout. More... | |
| kzUint | row |
| Row of the next location. More... | |
| kzUint | column |
| Column of the next location. More... | |
Information used to store the state between function calls when locating objects.
| enum KzuUiGridLayoutDirection KzuUiGridLayoutObjectLocationWorkspace::direction |
Direction of layout.
| kzUint KzuUiGridLayoutObjectLocationWorkspace::columnCount |
Column count of layout.
| kzUint KzuUiGridLayoutObjectLocationWorkspace::rowCount |
Row count of layout.
| kzUint KzuUiGridLayoutObjectLocationWorkspace::row |
Row of the next location.
| kzUint KzuUiGridLayoutObjectLocationWorkspace::column |
Column of the next location.