|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for LinkedEventArgs_wrapper:
Collaboration diagram for LinkedEventArgs_wrapper:Public Member Functions | |
| LinkedEventArgs_wrapper (::CEGUI::EventArgs const &args,::CEGUI::EventSet const *event_set) | |
Public Member Functions inherited from CEGUI::LinkedEventArgs | |
| LinkedEventArgs (const EventArgs &args, const EventSet *event_set) | |
| LinkedEventArgs (const EventArgs &args, const EventSet *event_set) | |
Static Public Member Functions | |
| ::CEGUI::EventArgs const & | get_originalArgs (CEGUI::LinkedEventArgs &inst) |
| ::CEGUI::EventSet const * | get_sourceEventSet (CEGUI::LinkedEventArgs const &inst) |
| static void | set_sourceEventSet (CEGUI::LinkedEventArgs &inst,::CEGUI::EventSet const *new_value) |
Additional Inherited Members | |
Public Attributes inherited from CEGUI::LinkedEventArgs | |
| 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. | |