#include <Wt/WEvent>
Public Member Functions | |
| WObject * | source () const |
| The source of the drag&drop operation. | |
| const std::string & | mimeType () const |
| The mime type of this drop event. | |
| const WMouseEvent & | mouseEvent () const |
| Return the original mouse event. | |
| WObject* Wt::WDropEvent::source | ( | ) | const [inline] |
The source of the drag&drop operation.
The source is the widget that was set draggable using WInteractWidget::setDraggable().
1.5.6