![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdrag.h>
Inheritance diagram for QPlatformDragQtResponse:
Collaboration diagram for QPlatformDragQtResponse:Public Member Functions | |
| QPlatformDragQtResponse (bool accepted, Qt::DropAction acceptedAction, QRect answerRect) | |
| QRect | answerRect () const |
Public Member Functions inherited from QPlatformDropQtResponse | |
| QPlatformDropQtResponse (bool accepted, Qt::DropAction acceptedAction) | |
| bool | isAccepted () const |
| Qt::DropAction | acceptedAction () const |
Definition at line 43 of file qplatformdrag.h.
| QPlatformDragQtResponse::QPlatformDragQtResponse | ( | bool | accepted, |
| Qt::DropAction | acceptedAction, | ||
| QRect | answerRect | ||
| ) |
Definition at line 33 of file qplatformdrag.cpp.
| QRect QPlatformDragQtResponse::answerRect | ( | ) | const |
Definition at line 39 of file qplatformdrag.cpp.