Public Member Functions

Wt::WDropEvent Class Reference
[Signal/slot system]

A class providing details for a drop event. More...

#include <Wt/WEvent>

List of all members.

Public Member Functions

 WDropEvent (WObject *source, const std::string &mimeType, const WMouseEvent &mouseEvent)
 Constructor.
WObjectsource () const
 Returns the source of the drag&drop operation.
const std::string & mimeType () const
 Returns the mime type of this drop event.
const WMouseEventmouseEvent () const
 Returns the original mouse event.

Detailed Description

A class providing details for a drop event.

See also:
WWidget::dropEvent(WDropEvent)

Member Function Documentation

WObject* Wt::WDropEvent::source (  ) const [inline]

Returns the source of the drag&drop operation.

The source is the widget that was set draggable using WInteractWidget::setDraggable().


Generated on Sat Dec 4 2010 06:32:35 for Wt by doxygen 1.7.2