All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_int_property.h File Reference

Specifies integer property. More...

Functions

KANZI_API 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...
 
KANZI_API 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-2020 by Rightware. All rights reserved.

Function Documentation

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

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