Crazy Eddie's GUI System  0.8.6
CEGUI::LinkedEventArgs Class Reference

EventArgs subclass used for linked events, that is an event fired on an EventSet that was triggered by some other event (either on the same EventSet or a different EventSet. More...

+ Inheritance diagram for CEGUI::LinkedEventArgs:
+ Collaboration diagram for CEGUI::LinkedEventArgs:

Public Member Functions

 LinkedEventArgs (const EventArgs &args, const EventSet *event_set)
 

Public Attributes

const EventArgsoriginalArgs
 a reference to the EventArgs passed to handlers of the triggering event.
 
const EventSetsourceEventSet
 pointer to the EventSet that is the source of this linked event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs subclass used for linked events, that is an event fired on an EventSet that was triggered by some other event (either on the same EventSet or a different EventSet.