Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Definition in file EventRouter.h.
#include <vector>
#include <list>
#include <map>
#include <algorithm>
#include "EventListener.h"
#include "EventTrapper.h"
#include "Shared/get_time.h"
#include "Shared/debuget.h"
#include <iostream>
Include dependency graph for EventRouter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | EventRouter |
This class will handle distribution of events as well as management of timers. More... | |
class | EventRouter::EventMapper |
Does the actual storage of the mapping between EventBase's and the EventListeners/EventTrappers who should receive them. More... | |
struct | EventRouter::TimerEntry |
Contains all the information needed to maintain a timer by the EventRouter. More... | |
class | EventRouter::TimerEntryPtrCmp |
Used by STL to sort the timer list in order of activation time. More... | |
Variables | |
EventRouter * | erouter |
a global router for cross communication, probably the most common usage, although perhaps there may be times you'd rather have multiple event routers for smaller sections |
|
a global router for cross communication, probably the most common usage, although perhaps there may be times you'd rather have multiple event routers for smaller sections
Definition at line 240 of file EventRouter.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:07:11 2003 by Doxygen 1.3.2 |