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

Configuration for sort object sources. More...

#include <kzu_object_source_base.h>

Data Fields

KzuSortObjectSourceStartFunction startFunction
 Function to call just before sorting. More...
 
KzuSortObjectSourceDeleteFunction deleteFunction
 Function which is called when the sort object source is deleted. More...
 
KzuSortObjectSourceComparatorFunction comparator
 Comparator function to use for sorting objects. More...
 

Detailed Description

Configuration for sort object sources.

Field Documentation

KzuSortObjectSourceStartFunction KzuSortObjectSourceConfiguration::startFunction

Function to call just before sorting.

Can be KZ_NULL.

KzuSortObjectSourceDeleteFunction KzuSortObjectSourceConfiguration::deleteFunction

Function which is called when the sort object source is deleted.

Can be KZ_NULL.

KzuSortObjectSourceComparatorFunction KzuSortObjectSourceConfiguration::comparator

Comparator function to use for sorting objects.


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