Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::GUIContextEventArgs Class Reference

EventArgs class passed to subscribers for (most) GUIContext events. More...

Inherits CEGUI::EventArgs, and CEGUI::EventArgs.

Inherited by CEGUI::GUIContextRenderTargetEventArgs, CEGUI::GUIContextRenderTargetEventArgs, and GUIContextEventArgs_wrapper.

+ Collaboration diagram for CEGUI::GUIContextEventArgs:

Public Member Functions

 GUIContextEventArgs (GUIContext *context)
 
 GUIContextEventArgs (GUIContext *context)
 

Public Attributes

GUIContextcontext
 pointer to the GUIContext that triggered the event.
 
- Public Attributes inherited from CEGUI::EventArgs
uint handled
 handlers should increment this if they handled the event.
 

Detailed Description

EventArgs class passed to subscribers for (most) GUIContext events.