Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
DragDropEventArgs_wrapper Struct Reference
+ 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::DragContainerget_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
DragContainerdragDropItem
 pointer to the DragContainer window being dragged / dropped.
 
- Public Attributes inherited from CEGUI::WindowEventArgs
Windowwindow
 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.