|
Kanzi Graphics Engine
|
Specifies contains property filter. More...
Functions | |
| kzsError | kzuContainsPropertyFilterCreate (const struct KzcMemoryManager *memoryManager, struct KzuUIDomain *uiDomain, kzString name, struct KzuObjectSource **out_objectSource) |
| Creates property filter. More... | |
| kzsError | kzuContainsPropertyFilterLoadFromKZB (struct KzuObjectSource *objectSource, struct KzcInputStream *inputStream, const struct KzuBinaryFileInfo *file) |
| Loads a contain property filter from KZB. More... | |
| kzsError | kzuContainsPropertyFilterInitialize (struct KzuObjectSource *objectSource, struct KzuObjectSource *input, const struct KzuPropertyType *propertyType, kzBool isExclusive) |
| Initializes a contains property filter. More... | |
| kzBool | kzuObjectSourceIsContainsPropertyFilter (const struct KzuObjectSource *objectSource) |
| Tells if object source is the contains property filter. More... | |
| struct KzuPropertyType * | kzuContainsPropertyFilterGetPropertyType (struct KzuObjectSource *objectSource) |
| Gets property type of the filter. More... | |
| void | kzuContainsPropertyFilterSetPropertyType (struct KzuObjectSource *objectSource, const struct KzuPropertyType *propertyType) |
| Sets property type of the filter. More... | |
Specifies contains property filter.
Contains property filter accepts or rejects an object if it contains a property of specified type.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuContainsPropertyFilterCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuUIDomain * | uiDomain, | ||
| kzString | name, | ||
| struct KzuObjectSource ** | out_objectSource | ||
| ) |
Creates property filter.
| kzsError kzuContainsPropertyFilterLoadFromKZB | ( | struct KzuObjectSource * | objectSource, |
| struct KzcInputStream * | inputStream, | ||
| const struct KzuBinaryFileInfo * | file | ||
| ) |
Loads a contain property filter from KZB.
| kzsError kzuContainsPropertyFilterInitialize | ( | struct KzuObjectSource * | objectSource, |
| struct KzuObjectSource * | input, | ||
| const struct KzuPropertyType * | propertyType, | ||
| kzBool | isExclusive | ||
| ) |
Initializes a contains property filter.
| kzBool kzuObjectSourceIsContainsPropertyFilter | ( | const struct KzuObjectSource * | objectSource) |
Tells if object source is the contains property filter.
| struct KzuPropertyType* kzuContainsPropertyFilterGetPropertyType | ( | struct KzuObjectSource * | objectSource) |
Gets property type of the filter.
| void kzuContainsPropertyFilterSetPropertyType | ( | struct KzuObjectSource * | objectSource, |
| const struct KzuPropertyType * | propertyType | ||
| ) |
Sets property type of the filter.