Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_property_base.h File Reference

Property private members. More...

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

Detailed Description

Property private members.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

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.