4#ifndef QOHOSPLATFORMDRAG_H
5#define QOHOSPLATFORMDRAG_H
8#include <qpa/qplatformdrag.h>
12class QOhosPlatformDrag :
public QPlatformDrag
16 ~QOhosPlatformDrag() override;
18 virtual void handlePreDrop() = 0;
20 virtual void updateDropAction(Qt::DropAction dropAction) = 0;
bool eventFilter(QObject *watched, QEvent *event) override
Filters events if this object has been installed as an event filter for the watched object.
Combined button and popup list for selecting options.
std::shared_ptr< void > installDragEventFilter()
QOhosView * findInitiatorViewForDragOrNull()