#include <notifier_ext.h>
Inheritance diagram for PNotifierList:
Public Member Functions | |
PINDEX | GetSize () const |
void | Add (PNotifier *handler) |
void | Remove (PNotifier *handler) |
PBoolean | RemoveTarget (PObject *obj) |
PBoolean | Fire (PObject &obj, INT val=0) |
void | Move (PNotifierList &that) |
void PNotifierList::Add | ( | PNotifier * | handler | ) | [inline] |
PINDEX PNotifierList::GetSize | ( | ) | const [inline] |
void PNotifierList::Move | ( | PNotifierList & | that | ) |
void PNotifierList::Remove | ( | PNotifier * | handler | ) | [inline] |