![]() |
Qt 6.x
The Qt SDK
|
#include <qplatformdrag.h>
Public Member Functions | |
QPlatformDragQtResponse (bool accepted, Qt::DropAction acceptedAction, QRect answerRect) | |
QRect | answerRect () const |
![]() | |
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.