|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for WindowEventArgs_wrapper:
Collaboration diagram for WindowEventArgs_wrapper:Public Member Functions | |
| WindowEventArgs_wrapper (CEGUI::WindowEventArgs const &arg) | |
| WindowEventArgs_wrapper (::CEGUI::Window *wnd) | |
Public Member Functions inherited from CEGUI::WindowEventArgs | |
| WindowEventArgs (Window *wnd) | |
| WindowEventArgs (Window *wnd) | |
Static Public Member Functions | |
| ::CEGUI::Window * | get_window (CEGUI::WindowEventArgs const &inst) |
| static void | set_window (CEGUI::WindowEventArgs &inst,::CEGUI::Window *new_value) |
Additional Inherited Members | |
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. | |