27 #ifndef _CEGUIEventArgs_h_
28 #define _CEGUIEventArgs_h_
30 #include "CEGUI/Base.h"
78 sourceEventSet(event_set)
91 #endif // end of guard _CEGUIEventArgs_h_
uint handled
handlers should increment this if they handled the event.
Definition: EventArgs.h:64
Definition: MemoryAllocatedObject.h:109
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:49
const EventArgs & originalArgs
a reference to the EventArgs passed to handlers of the triggering event.
Definition: EventArgs.h:83
const EventSet * sourceEventSet
pointer to the EventSet that is the source of this linked event.
Definition: EventArgs.h:85
Interface providing event signaling and handling.
Definition: EventSet.h:166
EventArgs subclass used for linked events, that is an event fired on an EventSet that was triggered b...
Definition: EventArgs.h:73