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