Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuObjectGeneratorListInterface Struct Reference

Optional list interface for Object Generator. More...

#include <kzu_object_generator.h>

Data Fields

KzuObjectGeneratorListGetCountFunction getCount
 Returns the number of objects controlled by the list interface. More...
 
KzuObjectGeneratorListGetObjectFunction getObject
 Gets the object at the given index of the list. More...
 
KzuObjectGeneratorListFindIndexFunction findIndex
 Finds index of the given object in the list. More...
 
KzuObjectGeneratorListInsertObjectFunction insertObject
 Inserts an object at the given index. More...
 
KzuObjectGeneratorListRemoveObjectFunction removeObject
 Removes an object at the given index from the object generator's list. More...
 
KzuObjectGeneratorListReplaceObjectFunction replaceObject
 Replaces the object at the given index in the object generator's list. More...
 

Detailed Description

Optional list interface for Object Generator.

Field Documentation

KzuObjectGeneratorListGetCountFunction KzuObjectGeneratorListInterface::getCount

Returns the number of objects controlled by the list interface.

KzuObjectGeneratorListGetObjectFunction KzuObjectGeneratorListInterface::getObject

Gets the object at the given index of the list.

KzuObjectGeneratorListFindIndexFunction KzuObjectGeneratorListInterface::findIndex

Finds index of the given object in the list.

KzuObjectGeneratorListInsertObjectFunction KzuObjectGeneratorListInterface::insertObject

Inserts an object at the given index.

KzuObjectGeneratorListRemoveObjectFunction KzuObjectGeneratorListInterface::removeObject

Removes an object at the given index from the object generator's list.

KzuObjectGeneratorListReplaceObjectFunction KzuObjectGeneratorListInterface::replaceObject

Replaces the object at the given index in the object generator's list.


The documentation for this struct was generated from the following file: