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

Specifies boolean property. More...

Functions

KANZI_API kzsError kzuBoolPropertyTypeCreate (const struct KzcMemoryManager *memoryManager, kzString name, kzBool defaultValue, struct KzuBoolPropertyType **out_boolPropertyType)
 Creates a property type bool. More...
 
kzsError kzuBoolPropertyTypeDelete (struct KzuBoolPropertyType *boolPropertyType)
 Deletes bool property type. More...
 
kzsError kzuBoolPropertyTypeLoadFromKzb (struct KzuBoolPropertyType *boolPropertyType, struct KzcInputStream *inputStream)
 Loads bool property type from KZB. More...
 
struct KzuBoolPropertyTypekzuBoolPropertyTypeFromPropertyType (const struct KzuPropertyType *propertyType)
 Converts property type to bool property type. More...
 
KANZI_API KzuPropertyTypekzuBoolPropertyTypeToPropertyType (const struct KzuBoolPropertyType *boolPropertyType)
 Converts bool property type to property type. More...
 
kzBool kzuBoolPropertyTypeGetDefaultValue (const struct KzuBoolPropertyType *boolPropertyType)
 Gets the default value of bool property type. More...
 

Detailed Description

Specifies boolean property.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

KANZI_API kzsError kzuBoolPropertyTypeCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
kzBool  defaultValue,
struct KzuBoolPropertyType **  out_boolPropertyType 
)

Creates a property type bool.

kzsError kzuBoolPropertyTypeDelete ( struct KzuBoolPropertyType boolPropertyType)

Deletes bool property type.

kzsError kzuBoolPropertyTypeLoadFromKzb ( struct KzuBoolPropertyType boolPropertyType,
struct KzcInputStream inputStream 
)

Loads bool property type from KZB.

struct KzuBoolPropertyType* kzuBoolPropertyTypeFromPropertyType ( const struct KzuPropertyType propertyType)

Converts property type to bool property type.

KANZI_API KzuPropertyType* kzuBoolPropertyTypeToPropertyType ( const struct KzuBoolPropertyType boolPropertyType)

Converts bool property type to property type.

kzBool kzuBoolPropertyTypeGetDefaultValue ( const struct KzuBoolPropertyType boolPropertyType)

Gets the default value of bool property type.