All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzuPropertyType Struct Reference

Base structure for property type. More...

#include <user/properties/kzu_property.h>

Public Attributes

kzMutableString name
 Name of the property type. More...
 
kzMutableString unqualifiedName
 Unqualified name of the property type. More...
 
kanzi::PropertyDataType 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...
 
kanzi::PropertyTypeEditorInfoSharedPtr editorInfo
 

Detailed Description

Base structure for property type.

Structure for property type.

Contains ID, datatype and reference value.

Member Data Documentation

kzMutableString KzuPropertyType::name

Name of the property type.

kzMutableString KzuPropertyType::unqualifiedName

Unqualified name of the property type.

kanzi::PropertyDataType 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.

kanzi::PropertyTypeEditorInfoSharedPtr KzuPropertyType::editorInfo

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