Specifies integer property. More...
#include <system/debug/kzs_error.h>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 KzuIntPropertyType * | kzuIntPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType) |
| Returns int property type from property type. More... | |
| KANZI_API struct KzuPropertyType * | kzuIntPropertyTypeToPropertyType (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... | |
Specifies integer property.
Copyright 2008-2020 by Rightware. All rights reserved.
| 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.