|
Crazy Eddie's GUI System
0.8.7
|
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 EventArgs & | originalArgs |
| a reference to the EventArgs passed to handlers of the triggering event. | |
| const EventSet * | sourceEventSet |
| 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. | |