| 
    MeVisLab Toolbox 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 1241 of file mlTypeDefs.h.
| void* MLApplicationPropertyCallbacks::_applicationUsrData | 
Defines the user data that is supplied with all callbacks.
Definition at line 1256 of file mlTypeDefs.h.
| MLApplicationGetBoolPropertyCB* MLApplicationPropertyCallbacks::_getBoolCB | 
Callback to be set by an application to return a boolean property.
Definition at line 1253 of file mlTypeDefs.h.
| MLApplicationGetDoublePropertyCB* MLApplicationPropertyCallbacks::_getDoubleCB | 
Callback to be set by an application to return a double property.
Definition at line 1250 of file mlTypeDefs.h.
| MLApplicationGetInt32PropertyCB* MLApplicationPropertyCallbacks::_getInt32CB | 
Callback to be set by an application to return a int32 property.
Definition at line 1247 of file mlTypeDefs.h.
| MLApplicationGetStringPropertyCB* MLApplicationPropertyCallbacks::_getStringCB | 
Callback to be set by an application to return a string property.
Definition at line 1244 of file mlTypeDefs.h.