MeVisLabToolboxReference
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>

List of all members.

Public Attributes

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

Detailed Description

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

Definition at line 107 of file WEM.h.


Member Data Documentation

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

Definition at line 111 of file WEM.h.

The callback function that is triggered by the notification.

Definition at line 109 of file WEM.h.

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

Definition at line 110 of file WEM.h.


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