25 Q_DECLARE_PRIVATE(QWaylandDrag)
27 Q_PROPERTY(QWaylandSurface *icon READ icon NOTIFY iconChanged)
28 Q_PROPERTY(
bool visible READ visible NOTIFY iconChanged)
29 Q_MOC_INCLUDE(
"qwaylandsurface.h")
31 QML_NAMED_ELEMENT(WaylandDrag)
32 QML_ADDED_IN_VERSION(1, 0)
35 explicit QWaylandDrag(QWaylandSeat *seat);
37 QWaylandSurface *icon()
const;
38 QWaylandSurface *origin()
const;
39 QWaylandSeat *seat()
const;
43 void dragMove(QWaylandSurface *target,
const QPointF &pos);