|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for ActivationEventArgs_wrapper:
Collaboration diagram for ActivationEventArgs_wrapper:Public Member Functions | |
| ActivationEventArgs_wrapper (CEGUI::ActivationEventArgs const &arg) | |
| ActivationEventArgs_wrapper (::CEGUI::Window *wnd) | |
Public Member Functions inherited from CEGUI::ActivationEventArgs | |
| ActivationEventArgs (Window *wnd) | |
| ActivationEventArgs (Window *wnd) | |
Public Member Functions inherited from CEGUI::WindowEventArgs | |
| WindowEventArgs (Window *wnd) | |
| WindowEventArgs (Window *wnd) | |
Static Public Member Functions | |
| ::CEGUI::Window * | get_otherWindow (CEGUI::ActivationEventArgs const &inst) |
| static void | set_otherWindow (CEGUI::ActivationEventArgs &inst,::CEGUI::Window *new_value) |
Additional Inherited Members | |
Public Attributes inherited from CEGUI::ActivationEventArgs | |
| Window * | otherWindow |
| Pointer to the other window involved in the activation change. | |
Public Attributes inherited from CEGUI::WindowEventArgs | |
| Window * | window |
| pointer to a Window object of relevance to the event. | |
Public Attributes inherited from CEGUI::EventArgs | |
| uint | handled |
| handlers should increment this if they handled the event. | |