|
MeVisLab Toolbox Reference
|
#include <WEM.h>
Public Attributes | |
| wemNotificationCB * | notificationCB |
| The callback function that is triggered by the notification. | |
| void * | notificationCBData |
| The callback data that is a pointer to the observer object. | |
| std::vector< WEMEventContainer > | ecList |
| Each eventContainer contains all information on the type and content of the notification. | |
This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism.
| std::vector<WEMEventContainer> ml::WEM::WEMNotificationCBData::ecList |
| wemNotificationCB* ml::WEM::WEMNotificationCBData::notificationCB |
| void* ml::WEM::WEMNotificationCBData::notificationCBData |