Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuUiGridLayoutObjectLocationWorkspace Struct Reference

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...
 

Detailed Description

Information used to store the state between function calls when locating objects.

Field Documentation

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.


The documentation for this struct was generated from the following file: