![]() |
Qt 6.x
The Qt SDK
|
#include <qquickdrag_p.h>
Public Member Functions | |
void | setProposedAction (Qt::DropAction action) |
void | copyActions (const QDropEvent &from) |
Static Public Member Functions | |
static void | setProposedAction (QDropEvent *event, Qt::DropAction action) |
static void | copyActions (QDropEvent *to, const QDropEvent &from) |
Definition at line 84 of file qquickdrag_p.h.
|
inline |
Definition at line 93 of file qquickdrag_p.h.
Referenced by copyActions().
|
inlinestatic |
Definition at line 96 of file qquickdrag_p.h.
References copyActions().
|
inlinestatic |
Definition at line 89 of file qquickdrag_p.h.
References setProposedAction().
|
inline |
Definition at line 87 of file qquickdrag_p.h.
Referenced by QQuickDragAttachedPrivate::deliverEnterEvent(), QQuickDragAttachedPrivate::deliverMoveEvent(), QQuickDragAttached::drop(), and setProposedAction().