![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdrag.h>
Inheritance diagram for QPlatformDropQtResponse:
Collaboration diagram for QPlatformDropQtResponse:Public Member Functions | |
| QPlatformDropQtResponse (bool accepted, Qt::DropAction acceptedAction) | |
| bool | isAccepted () const |
| Qt::DropAction | acceptedAction () const |
Definition at line 30 of file qplatformdrag.h.
| QT_BEGIN_NAMESPACE QPlatformDropQtResponse::QPlatformDropQtResponse | ( | bool | accepted, |
| Qt::DropAction | acceptedAction | ||
| ) |
Definition at line 17 of file qplatformdrag.cpp.
| Qt::DropAction QPlatformDropQtResponse::acceptedAction | ( | ) | const |
Definition at line 28 of file qplatformdrag.cpp.
Referenced by QSimpleDrag::drop(), QXcbDrag::handleDrop(), and QSimpleDrag::move().
Here is the caller graph for this function:| bool QPlatformDropQtResponse::isAccepted | ( | ) | const |
Definition at line 23 of file qplatformdrag.cpp.
Referenced by QSimpleDrag::drop(), QXcbDrag::handleDrop(), and QSimpleDrag::move().
Here is the caller graph for this function: