MeVisLab Toolbox Reference
MLApplicationPropertyCallbacks Struct 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. More...
 
MLApplicationGetInt32PropertyCB_getInt32CB
 Callback to be set by an application to return a int32 property. More...
 
MLApplicationGetDoublePropertyCB_getDoubleCB
 Callback to be set by an application to return a double property. More...
 
MLApplicationGetBoolPropertyCB_getBoolCB
 Callback to be set by an application to return a Boolean property. More...
 
void * _applicationUsrData
 Defines the user data that is supplied with all callbacks. More...
 

Detailed Description

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

Definition at line 1358 of file mlTypeDefs.h.

Member Data Documentation

◆ _applicationUsrData

void* MLApplicationPropertyCallbacks::_applicationUsrData

Defines the user data that is supplied with all callbacks.

Definition at line 1373 of file mlTypeDefs.h.

◆ _getBoolCB

MLApplicationGetBoolPropertyCB* MLApplicationPropertyCallbacks::_getBoolCB

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

Definition at line 1370 of file mlTypeDefs.h.

◆ _getDoubleCB

MLApplicationGetDoublePropertyCB* MLApplicationPropertyCallbacks::_getDoubleCB

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

Definition at line 1367 of file mlTypeDefs.h.

◆ _getInt32CB

MLApplicationGetInt32PropertyCB* MLApplicationPropertyCallbacks::_getInt32CB

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

Definition at line 1364 of file mlTypeDefs.h.

◆ _getStringCB

MLApplicationGetStringPropertyCB* MLApplicationPropertyCallbacks::_getStringCB

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

Definition at line 1361 of file mlTypeDefs.h.


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