14 static const std::string REMOVED =
"Removed";
15 static const std::string ADDED =
"Added";
Base class for event system.
Definition: Event.h:24
Event(std::string type)
Creates a new event of the given type.
Definition: Event.h:30
virtual std::string toString()
string representing the event.
Definition: Event.h:41
std::string type
The type of the event. The string should be unique for this event.
Definition: Event.h:36
Core object used to display things in screen.
Definition: DisplayObject.h:23
rag::DisplayObject * target
Usually points to the dispatcher object. 'target' can be assigned to anything for custom events...
Definition: Event.h:38
bool captured
When an event is captured, it won't propagate anymore through the Display List.
Definition: Event.h:37