ML Reference
|
Defines all callbacks that an application has to support for property access. More...
#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. | |
Defines all callbacks that an application has to support for property access.
Definition at line 1242 of file mlTypeDefs.h.
void* MLApplicationPropertyCallbacks::_applicationUsrData |
Defines the user data that is supplied with all callbacks.
Definition at line 1257 of file mlTypeDefs.h.
MLApplicationGetBoolPropertyCB* MLApplicationPropertyCallbacks::_getBoolCB |
Callback to be set by an application to return a Boolean property.
Definition at line 1254 of file mlTypeDefs.h.
MLApplicationGetDoublePropertyCB* MLApplicationPropertyCallbacks::_getDoubleCB |
Callback to be set by an application to return a double property.
Definition at line 1251 of file mlTypeDefs.h.
MLApplicationGetInt32PropertyCB* MLApplicationPropertyCallbacks::_getInt32CB |
Callback to be set by an application to return a int32 property.
Definition at line 1248 of file mlTypeDefs.h.
MLApplicationGetStringPropertyCB* MLApplicationPropertyCallbacks::_getStringCB |
Callback to be set by an application to return a string property.
Definition at line 1245 of file mlTypeDefs.h.