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

Base structure for property type. More...

#include <kzu_property.h>

Data Fields

kzMutableString name
 Name of the property type. More...
 
enum KzuPropertyDataType dataType
 Datatype for property type. More...
 
kzBool inherited
 Is the property inherited by default. More...
 
kzU32 changeFlags
 Change flags set on an object where a property of this type is set. More...
 
kzUint index
 Index of the property type in property manager lookup-table. More...
 
kzBool readOnly
 Read-only properties cannot be changed afterwards. More...
 

Detailed Description

Base structure for property type.

Structure for property type.

Contains ID, datatype and reference value.

Field Documentation

kzMutableString KzuPropertyType::name

Name of the property type.

enum KzuPropertyDataType KzuPropertyType::dataType

Datatype for property type.

kzBool KzuPropertyType::inherited

Is the property inherited by default.

kzU32 KzuPropertyType::changeFlags

Change flags set on an object where a property of this type is set.

kzUint KzuPropertyType::index

Index of the property type in property manager lookup-table.

kzBool KzuPropertyType::readOnly

Read-only properties cannot be changed afterwards.


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