#include <lugre_smartptr.h>


Public Member Functions | |
| cListener () | |
| virtual | ~cListener () |
| virtual void | Listener_Notify (cListenable *pTarget, const size_t eventcode=0, void *param=0, void *userdata=0)=0 |
Definition at line 130 of file lugre_smartptr.h.
| Lugre::cListener::cListener | ( | ) | [inline] |
Definition at line 131 of file lugre_smartptr.h.
| virtual Lugre::cListener::~cListener | ( | ) | [inline, virtual] |
Definition at line 132 of file lugre_smartptr.h.
| virtual void Lugre::cListener::Listener_Notify | ( | cListenable * | pTarget, | |
| const size_t | eventcode = 0, |
|||
| void * | param = 0, |
|||
| void * | userdata = 0 | |||
| ) | [pure virtual] |
Implemented in Lugre::cRadialGrid, and Lugre::cRadar.
Referenced by Lugre::cListenable::NotifyAllListeners().
1.5.6