|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for DragDropEventArgs_wrapper:
Collaboration diagram for DragDropEventArgs_wrapper:Public Member Functions | |
| DragDropEventArgs_wrapper (CEGUI::DragDropEventArgs const &arg) | |
| DragDropEventArgs_wrapper (::CEGUI::Window *wnd) | |
Public Member Functions inherited from CEGUI::DragDropEventArgs | |
| DragDropEventArgs (Window *wnd) | |
| DragDropEventArgs (Window *wnd) | |
Public Member Functions inherited from CEGUI::WindowEventArgs | |
| WindowEventArgs (Window *wnd) | |
| WindowEventArgs (Window *wnd) | |
Static Public Member Functions | |
| ::CEGUI::DragContainer * | get_dragDropItem (CEGUI::DragDropEventArgs const &inst) |
| static void | set_dragDropItem (CEGUI::DragDropEventArgs &inst,::CEGUI::DragContainer *new_value) |
Additional Inherited Members | |
Public Attributes inherited from CEGUI::DragDropEventArgs | |
| DragContainer * | dragDropItem |
| pointer to the DragContainer window being dragged / dropped. | |
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. | |