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 | |
GridDirection | direction |
Direction of layout. More... | |
unsigned int | columnCount |
Column count of layout. More... | |
unsigned int | rowCount |
Row count of layout. More... | |
unsigned int | row |
Row of the next location. More... | |
unsigned int | column |
Column of the next location. More... | |
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.