#include <WebDragClient.h>
|
| | WebDragClient (WebView *) |
| |
| virtual void | dragControllerDestroyed () |
| |
| virtual WebCore::DragDestinationAction | actionMaskForDrag (const WebCore::DragData &) |
| |
| virtual WebCore::DragSourceAction | dragSourceActionMaskForPoint (const WebCore::IntPoint &) |
| |
| virtual void | willPerformDragDestinationAction (WebCore::DragDestinationAction, const WebCore::DragData &) |
| |
| virtual void | willPerformDragSourceAction (WebCore::DragSourceAction, const WebCore::IntPoint &, WebCore::DataTransfer &) |
| |
| virtual void | startDrag (WebCore::DragImage, const WebCore::IntPoint &, const WebCore::IntPoint &, const WebCore::FloatPoint &, WebCore::DataTransfer &, WebCore::Frame &, WebCore::DragSourceAction) |
| |
| virtual bool | useLegacyDragClient () |
| |
| virtual void | dragEnded () |
| |
| virtual void | beginDrag (DragItem, Frame &, const IntPoint &, const IntPoint &, DataTransfer &, DragSourceAction) |
| |
| virtual | ~DragClient () |
| |
| virtual bool | useLegacyDragClient () |
| |
| virtual void | dragEnded () |
| |
| virtual void | beginDrag (DragItem, Frame &, const IntPoint &, const IntPoint &, DataTransfer &, DragSourceAction) |
| |
| virtual | ~DragClient () |
| |
◆ WebDragClient()
| WebDragClient::WebDragClient |
( |
WebView * |
webView | ) |
|
◆ actionMaskForDrag()
◆ dragControllerDestroyed()
| void WebDragClient::dragControllerDestroyed |
( |
| ) |
|
|
virtual |
◆ dragSourceActionMaskForPoint()
◆ startDrag()
◆ willPerformDragDestinationAction()
◆ willPerformDragSourceAction()
The documentation for this class was generated from the following files: