|
Kanzi Graphics Engine
|
Property private members. More...
#include "kzu_property_common.h"#include <system/debug/kzs_error.h>#include <system/kzs_types.h>#include <system/kzs_header.h>Data Structures | |
| struct | KzuPropertyType |
| Base structure for property type. More... | |
Functions | |
| kzsError | kzuPropertyTypeCreate_protected (const struct KzcMemoryManager *memoryManager, enum KzuPropertyDataType dataType, kzString name, struct KzuPropertyType *propertyType) |
| Creates a property type. More... | |
| kzsError | kzuPropertyTypeDeleteBase_protected (struct KzuPropertyType *propertyType) |
| Deletes the base structure of property type. More... | |
Property private members.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuPropertyTypeCreate_protected | ( | const struct KzcMemoryManager * | memoryManager, |
| enum KzuPropertyDataType | dataType, | ||
| kzString | name, | ||
| struct KzuPropertyType * | propertyType | ||
| ) |
Creates a property type.
| kzsError kzuPropertyTypeDeleteBase_protected | ( | struct KzuPropertyType * | propertyType) |
Deletes the base structure of property type.