Specifies string property. More...
#include <system/debug/kzs_error.h>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 KzuStringPropertyType * | kzuStringPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType) |
| Returns string property type from property type. More... | |
| struct KzuPropertyType * | kzuStringPropertyTypeToPropertyType (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... | |
Specifies string property.
Copyright 2008-2020 by Rightware. All rights reserved.
| 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.