MeVisLab Toolbox Reference
ml::WEM::WEMNotificationCBData Struct Reference

This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism. More...

#include <WEM.h>

Public Attributes

wemNotificationCBnotificationCB
 The callback function that is triggered by the notification. More...
 
void * notificationCBData
 The callback data that is a pointer to the observer object. More...
 
std::vector< WEMEventContainerecList
 Each eventContainer contains all information on the type and content of the notification. More...
 

Detailed Description

This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism.

Definition at line 110 of file WEM.h.

Member Data Documentation

◆ ecList

std::vector<WEMEventContainer> ml::WEM::WEMNotificationCBData::ecList

Each eventContainer contains all information on the type and content of the notification.

Definition at line 114 of file WEM.h.

◆ notificationCB

wemNotificationCB* ml::WEM::WEMNotificationCBData::notificationCB

The callback function that is triggered by the notification.

Definition at line 112 of file WEM.h.

◆ notificationCBData

void* ml::WEM::WEMNotificationCBData::notificationCBData

The callback data that is a pointer to the observer object.

Definition at line 113 of file WEM.h.


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