Specifies Resource ID property. More...
#include <system/debug/kzs_error.h>Functions | |
| kzsError | kzuResourceIDPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kzString defaultValue, struct KzuResourceIDPropertyType **out_resourceIDPropertyType) |
| Creates a new property type resource ID. More... | |
| kzsError | kzuResourceIDPropertyTypeDelete (struct KzuResourceIDPropertyType *resourceIDPropertyType) |
| Deletes resourceID property type. More... | |
| kzsError | kzuResourceIDPropertyTypeLoadFromKzb (struct KzuResourceIDPropertyType *resourceIDPropertyType, struct KzcInputStream *inputStream) |
| Loads resourceID property type from KZB. More... | |
| struct KzuResourceIDPropertyType * | kzuResourceIDPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType) |
| Returns resourceID property type from property type. More... | |
| struct KzuPropertyType * | kzuResourceIDPropertyTypeToPropertyType (const struct KzuResourceIDPropertyType *resourceIDPropertyType) |
| Converts resourceID property type to property type. More... | |
| kzString | kzuResourceIDPropertyTypeGetDefaultValue (const struct KzuResourceIDPropertyType *resourceIDPropertyType) |
| Gets the default value of resourceID property type. More... | |
Specifies Resource ID property.
Copyright 2008-2020 by Rightware. All rights reserved.
| kzsError kzuResourceIDPropertyTypeCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| kzString | name, | ||
| kzString | defaultValue, | ||
| struct KzuResourceIDPropertyType ** | out_resourceIDPropertyType | ||
| ) |
Creates a new property type resource ID.
| kzsError kzuResourceIDPropertyTypeDelete | ( | struct KzuResourceIDPropertyType * | resourceIDPropertyType | ) |
Deletes resourceID property type.
| kzsError kzuResourceIDPropertyTypeLoadFromKzb | ( | struct KzuResourceIDPropertyType * | resourceIDPropertyType, |
| struct KzcInputStream * | inputStream | ||
| ) |
Loads resourceID property type from KZB.
| struct KzuResourceIDPropertyType* kzuResourceIDPropertyTypeFromPropertyType | ( | const struct KzuPropertyType * | propertyType | ) |
Returns resourceID property type from property type.
| struct KzuPropertyType* kzuResourceIDPropertyTypeToPropertyType | ( | const struct KzuResourceIDPropertyType * | resourceIDPropertyType | ) |
Converts resourceID property type to property type.
| kzString kzuResourceIDPropertyTypeGetDefaultValue | ( | const struct KzuResourceIDPropertyType * | resourceIDPropertyType | ) |
Gets the default value of resourceID property type.