24 Q_DECLARE_PRIVATE(QWaylandDrag)
26 Q_PROPERTY(QWaylandSurface *icon READ icon NOTIFY iconChanged)
27 Q_PROPERTY(
bool visible READ visible NOTIFY iconChanged)
28 Q_MOC_INCLUDE(
"qwaylandsurface.h")
30 QML_NAMED_ELEMENT(WaylandDrag)
31 QML_ADDED_IN_VERSION(1, 0)
34 explicit QWaylandDrag(QWaylandSeat *seat);
36 QWaylandSurface *icon()
const;
37 QWaylandSurface *origin()
const;
38 QWaylandSeat *seat()
const;
42 void dragMove(QWaylandSurface *target,
const QPointF &pos);