ML Reference
MLApplicationPropertyCallbacks Struct Reference

Defines all callbacks that an application has to support for property access. More...

#include <mlTypeDefs.h>

List of all members.

Public Attributes

MLApplicationGetStringPropertyCB_getStringCB
 Callback to be set by an application to return a string property.
MLApplicationGetInt32PropertyCB_getInt32CB
 Callback to be set by an application to return a int32 property.
MLApplicationGetDoublePropertyCB_getDoubleCB
 Callback to be set by an application to return a double property.
MLApplicationGetBoolPropertyCB_getBoolCB
 Callback to be set by an application to return a Boolean property.
void * _applicationUsrData
 Defines the user data that is supplied with all callbacks.

Detailed Description

Defines all callbacks that an application has to support for property access.

Definition at line 1376 of file mlTypeDefs.h.


Member Data Documentation

Defines the user data that is supplied with all callbacks.

Definition at line 1391 of file mlTypeDefs.h.

Callback to be set by an application to return a Boolean property.

Definition at line 1388 of file mlTypeDefs.h.

Callback to be set by an application to return a double property.

Definition at line 1385 of file mlTypeDefs.h.

Callback to be set by an application to return a int32 property.

Definition at line 1382 of file mlTypeDefs.h.

Callback to be set by an application to return a string property.

Definition at line 1379 of file mlTypeDefs.h.


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