PPL6-Icon Patrick's Programming Library Version 6.4.21 - Dokumentation
ppl6::CNotifyHandler Klassenreferenz

Notify-Handler.

Öffentliche Methoden

 CNotifyHandler ()
 
 ~CNotifyHandler ()
 
void Notify (void *data=NULL)
 
void SetHandler (void(*NotifyHandler)(void *object, void *data), void *object=NULL)
 
void Unset ()
 

Private Attribute

void(* NotifyHandler )(void *object, void *data)
 
void * NotifyObject
 

Beschreibung der Konstruktoren und Destruktoren

ppl6::CNotifyHandler::CNotifyHandler ( )
ppl6::CNotifyHandler::~CNotifyHandler ( )

Dokumentation der Elementfunktionen

void ppl6::CNotifyHandler::Notify ( void *  data = NULL)
void ppl6::CNotifyHandler::SetHandler ( void(*)(void *object, void *data)  NotifyHandler,
void *  object = NULL 
)
void ppl6::CNotifyHandler::Unset ( )

Dokumentation der Datenelemente

void(* ppl6::CNotifyHandler::NotifyHandler)(void *object, void *data)
private
void* ppl6::CNotifyHandler::NotifyObject
private

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: