Information used to store the state between function calls when locating objects. More...
#include <kanzi/ui/node/concept/grid_layout_concept.hpp>
Public Member Functions | |
| GridObjectLocationWorkspace (const GridLayoutConceptImpl &grid) | |
Public Attributes | |
| unsigned int | column |
| Column of the next location. | |
| unsigned int | columnCount |
| Column count of layout. | |
| GridDirection | direction |
| Direction of layout. | |
| unsigned int | row |
| Row of the next location. | |
| unsigned int | rowCount |
| Row count of layout. | |
Information used to store the state between function calls when locating objects.
|
inlineexplicit |
| GridDirection kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass >::GridObjectLocationWorkspace::direction |
Direction of layout.
| unsigned int kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass >::GridObjectLocationWorkspace::columnCount |
Column count of layout.
| unsigned int kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass >::GridObjectLocationWorkspace::rowCount |
Row count of layout.
| unsigned int kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass >::GridObjectLocationWorkspace::row |
Row of the next location.
| unsigned int kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass >::GridObjectLocationWorkspace::column |
Column of the next location.