Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 86 of file qquickdrag_p.h.

Member Function Documentation

◆ copyActions() [1/2]

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

Definition at line 95 of file qquickdrag_p.h.

◆ copyActions() [2/2]

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

Definition at line 98 of file qquickdrag_p.h.

◆ setProposedAction() [1/2]

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

Definition at line 91 of file qquickdrag_p.h.

◆ setProposedAction() [2/2]

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

Definition at line 89 of file qquickdrag_p.h.


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