![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QOhosPlatformDragImpl () | |
| ~QOhosPlatformDragImpl () override | |
| void | handlePreDrop () override |
| void | updateDropAction (Qt::DropAction dropAction) override |
| QOhosPlatformDragImpl () | |
| ~QOhosPlatformDragImpl () override | |
| void | handlePreDrop () override |
| void | updateDropAction (Qt::DropAction dropAction) override |
| Public Member Functions inherited from QOhosPlatformDrag | |
| QOhosPlatformDrag () | |
| ~QOhosPlatformDrag () override | |
| Public Member Functions inherited from QPlatformDrag | |
| QPlatformDrag () | |
| virtual | ~QPlatformDrag () |
| QDrag * | currentDrag () const |
| virtual void | cancelDrag () |
| Cancels the currently active drag (only for drags of the current application initiated by QPlatformDrag::drag()). | |
| void | updateAction (Qt::DropAction action) |
| Called to notify QDrag about changes of the current action. | |
| virtual Qt::DropAction | defaultAction (Qt::DropActions possibleActions, Qt::KeyboardModifiers modifiers) const |
| virtual bool | ownsDragObject () const |
| Returns bool indicating whether QPlatformDrag takes ownership and therefore responsibility of deleting the QDrag object passed in from QPlatformDrag::drag. This can be useful on platforms where QDrag object has to be kept around. | |
Protected Member Functions | |
| Qt::DropAction | drag (QDrag *drag) override |
| Qt::DropAction | drag (QDrag *drag) override |
Additional Inherited Members | |
| Static Public Member Functions inherited from QPlatformDrag | |
| static QPixmap | defaultPixmap () |
Definition at line 29 of file qohosplatformdrag.cpp.
|
default |
|
overridedefault |
| QT_BEGIN_NAMESPACE::QOhosPlatformDragImpl::QOhosPlatformDragImpl | ( | ) |
|
override |
|
overrideprotectedvirtual |
Implements QPlatformDrag.
Definition at line 108 of file qohosplatformdrag.cpp.
References QT_BEGIN_NAMESPACE::findInitiatorViewForDragOrNull().
|
overrideprotectedvirtual |
Implements QPlatformDrag.
|
overridevirtual |
Implements QOhosPlatformDrag.
Definition at line 98 of file qohosplatformdrag.cpp.
|
overridevirtual |
Implements QOhosPlatformDrag.
|
overridevirtual |
Implements QOhosPlatformDrag.
Definition at line 103 of file qohosplatformdrag.cpp.
|
overridevirtual |
Implements QOhosPlatformDrag.