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

Specifies integer property. More...

Functions

kzsError kzuIntPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kzInt defaultValue, struct KzuIntPropertyType **out_intPropertyType)
 Creates a property type integer. More...
 
kzsError kzuIntPropertyTypeDelete (struct KzuIntPropertyType *intPropertyType)
 Deletes int property type. More...
 
kzsError kzuIntPropertyTypeLoadFromKzb (struct KzuIntPropertyType *intPropertyType, struct KzcInputStream *inputStream)
 Loads int property type from KZB. More...
 
struct KzuIntPropertyTypekzuIntPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns int property type from property type. More...
 
struct KzuPropertyTypekzuIntPropertyTypeToPropertyType (const struct KzuIntPropertyType *intPropertyType)
 Return property type from int property type. More...
 
kzInt kzuIntPropertyTypeGetDefaultValue (const struct KzuIntPropertyType *intPropertyType)
 Gets the default value of int property type. More...
 

Detailed Description

Specifies integer property.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuIntPropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
kzInt  defaultValue,
struct KzuIntPropertyType **  out_intPropertyType 
)

Creates a property type integer.

kzsError kzuIntPropertyTypeDelete ( struct KzuIntPropertyType intPropertyType)

Deletes int property type.

kzsError kzuIntPropertyTypeLoadFromKzb ( struct KzuIntPropertyType intPropertyType,
struct KzcInputStream inputStream 
)

Loads int property type from KZB.

struct KzuIntPropertyType* kzuIntPropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Returns int property type from property type.

struct KzuPropertyType* kzuIntPropertyTypeToPropertyType ( const struct KzuIntPropertyType intPropertyType)

Return property type from int property type.

kzInt kzuIntPropertyTypeGetDefaultValue ( const struct KzuIntPropertyType intPropertyType)

Gets the default value of int property type.