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

Specifies Resource ID property. More...

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 KzuPropertyTypekzuResourceIDPropertyTypeToPropertyType (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...
 

Detailed Description

Specifies Resource ID property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

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.