Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQuickDropEventEx Class Reference

#include <qquickdrag_p.h>

+ Inheritance diagram for QQuickDropEventEx:
+ Collaboration diagram for QQuickDropEventEx:

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)
 

Detailed Description

Definition at line 84 of file qquickdrag_p.h.

Member Function Documentation

◆ copyActions() [1/2]

void QQuickDropEventEx::copyActions ( const QDropEvent &  from)
inline

Definition at line 93 of file qquickdrag_p.h.

Referenced by copyActions().

+ Here is the caller graph for this function:

◆ copyActions() [2/2]

static void QQuickDropEventEx::copyActions ( QDropEvent *  to,
const QDropEvent &  from 
)
inlinestatic

Definition at line 96 of file qquickdrag_p.h.

References copyActions().

+ Here is the call graph for this function:

◆ setProposedAction() [1/2]

static void QQuickDropEventEx::setProposedAction ( QDropEvent *  event,
Qt::DropAction  action 
)
inlinestatic

Definition at line 89 of file qquickdrag_p.h.

References setProposedAction().

+ Here is the call graph for this function:

◆ setProposedAction() [2/2]

void QQuickDropEventEx::setProposedAction ( Qt::DropAction  action)
inline

Definition at line 87 of file qquickdrag_p.h.

Referenced by QQuickDragAttachedPrivate::deliverEnterEvent(), QQuickDragAttachedPrivate::deliverMoveEvent(), QQuickDragAttached::drop(), and setProposedAction().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: