#include <SimpleEvent.h>
Inheritance diagram for SimpleEvent:

Public Types | |
| typedef void (Receiver::* | Action )() |
Public Methods | |
| SimpleEvent (Receiver* r, Action a) | |
| SimpleEvent (Receiver*r, Action a, std::string n) | |
| virtual void | execute () |
| virtual std::string | name () const |
Private Attributes | |
| Receiver* | m_receiver |
| Action | m_action |
| std::string | m_name |
|
|||
|
|
|
||||||
|
Definition at line 20 of file SimpleEvent.h. |
|
||||||||
|
Definition at line 32 of file SimpleEvent.h. |
|
||||
|
Reimplemented from ScheduledEvent. Definition at line 49 of file SimpleEvent.h. |
|
||||
|
Reimplemented from ScheduledEvent. Definition at line 38 of file SimpleEvent.h. |
|
|||
|
Definition at line 43 of file SimpleEvent.h. |
|
|||
|
Definition at line 44 of file SimpleEvent.h. |
|
|||
|
Definition at line 42 of file SimpleEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000