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

Specifies string property. More...

Functions

kzsError kzuStringPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kzString defaultValue, struct KzuStringPropertyType **out_stringPropertyType)
 Creates a new property type string. More...
 
kzsError kzuStringPropertyTypeDelete (struct KzuStringPropertyType *stringPropertyType)
 Deletes string property type. More...
 
kzsError kzuStringPropertyTypeLoadFromKzb (struct KzuStringPropertyType *stringPropertyType, struct KzcInputStream *inputStream)
 Loads string property type from KZB. More...
 
struct KzuStringPropertyTypekzuStringPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Returns string property type from property type. More...
 
struct KzuPropertyTypekzuStringPropertyTypeToPropertyType (const struct KzuStringPropertyType *stringPropertyType)
 Converts string property type to property type. More...
 
kzString kzuStringPropertyTypeGetDefaultValue (const struct KzuStringPropertyType *stringPropertyType)
 Gets the default value of string property type. More...
 

Detailed Description

Specifies string property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsError kzuStringPropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
kzString  defaultValue,
struct KzuStringPropertyType **  out_stringPropertyType 
)

Creates a new property type string.

kzsError kzuStringPropertyTypeDelete ( struct KzuStringPropertyType stringPropertyType)

Deletes string property type.

kzsError kzuStringPropertyTypeLoadFromKzb ( struct KzuStringPropertyType stringPropertyType,
struct KzcInputStream inputStream 
)

Loads string property type from KZB.

struct KzuStringPropertyType* kzuStringPropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Returns string property type from property type.

struct KzuPropertyType* kzuStringPropertyTypeToPropertyType ( const struct KzuStringPropertyType stringPropertyType)

Converts string property type to property type.

kzString kzuStringPropertyTypeGetDefaultValue ( const struct KzuStringPropertyType stringPropertyType)

Gets the default value of string property type.