![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdrag.h>
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().
bool QPlatformDropQtResponse::isAccepted | ( | ) | const |
Definition at line 23 of file qplatformdrag.cpp.
Referenced by QSimpleDrag::drop(), QXcbDrag::handleDrop(), and QSimpleDrag::move().