#include <mlTypeDefs.h>
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. | |
Definition at line 1339 of file mlTypeDefs.h.
Defines the user data that is supplied with all callbacks.
Definition at line 1354 of file mlTypeDefs.h.
Callback to be set by an application to return a Boolean property.
Definition at line 1351 of file mlTypeDefs.h.
Callback to be set by an application to return a double property.
Definition at line 1348 of file mlTypeDefs.h.
Callback to be set by an application to return a int32 property.
Definition at line 1345 of file mlTypeDefs.h.
Callback to be set by an application to return a string property.
Definition at line 1342 of file mlTypeDefs.h.
1.5.8