#include <gadget.h>
Inheritance diagram for NotifyingGadget:
Public Member Functions | |
void | Notify (Notifiable *const pObserver) |
void | NotifyOff () |
void | NotifyOn () |
Private Member Functions | |
CC_DECLARE_MEMDUMP (NotifyingGadget) | |
Private Attributes | |
Notifier | m_Notifier |
Definition at line 252 of file gadget.h.
|
|
|
Definition at line 258 of file gadget.h. 00258 { m_Notifier.Notify(pObserver); }
|
|
Definition at line 260 of file gadget.h. 00260 { m_Notifier.NotifyOff();}
|
|
Definition at line 261 of file gadget.h. 00261 { m_Notifier.NotifyOn();}
|
|
|