ml::WEM::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 93 of file WEM.h.


Member Data Documentation

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

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

Definition at line 96 of file WEM.h.

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

The callback function that is triggered by the notification.

Definition at line 94 of file WEM.h.

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

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

Definition at line 95 of file WEM.h.


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

Generated on Sat Sep 3 18:39:40 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8