27 Q_DECLARE_PUBLIC(QQuickWheelHandler)
30 static QQuickWheelHandlerPrivate* get(QQuickWheelHandler *q) {
return q->d_func(); }
31 static const QQuickWheelHandlerPrivate* get(
const QQuickWheelHandler *q) {
return q->d_func(); }
33 QQuickWheelHandlerPrivate();
35 QMetaProperty &targetMetaProperty()
const;
37 QBasicTimer deactivationTimer;
38 qreal activeTimeout = 0.1;
39 qreal rotationScale = 1;
41 qreal targetScaleMultiplier = 1.25992104989487;
43 mutable QMetaProperty metaProperty;
44 Qt::Orientation orientation = Qt::Vertical;
45 mutable bool metaPropertyDirty =
true;
46 bool invertible =
true;
47 bool targetTransformAroundCursor =
true;
49 QQuickWheelEvent wheelEvent;