![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickwheelhandler_p_p.h>
Additional Inherited Members | |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Definition at line 25 of file qquickwheelhandler_p_p.h.
| QQuickWheelHandlerPrivate::QQuickWheelHandlerPrivate | ( | ) |
\qmlsignal QtQuick::WheelHandler::wheel(WheelEvent event)
This signal is emitted every time this handler receives an event of type \l QWheelEvent: that is, every time the wheel is moved or the scrolling gesture is updated.
Definition at line 502 of file qquickwheelhandler.cpp.
|
inlinestatic |
Definition at line 31 of file qquickwheelhandler_p_p.h.
|
inlinestatic |
Definition at line 30 of file qquickwheelhandler_p_p.h.
| QMetaProperty & QQuickWheelHandlerPrivate::targetMetaProperty | ( | ) | const |
Definition at line 507 of file qquickwheelhandler.cpp.
| qreal QQuickWheelHandlerPrivate::activeTimeout = 0.1 |
Definition at line 38 of file qquickwheelhandler_p_p.h.
| bool QQuickWheelHandlerPrivate::blocking = true |
Definition at line 48 of file qquickwheelhandler_p_p.h.
| QBasicTimer QQuickWheelHandlerPrivate::deactivationTimer |
Definition at line 37 of file qquickwheelhandler_p_p.h.
| bool QQuickWheelHandlerPrivate::invertible = true |
Definition at line 46 of file qquickwheelhandler_p_p.h.
|
mutable |
Definition at line 43 of file qquickwheelhandler_p_p.h.
|
mutable |
Definition at line 45 of file qquickwheelhandler_p_p.h.
| Qt::Orientation QQuickWheelHandlerPrivate::orientation = Qt::Vertical |
Definition at line 44 of file qquickwheelhandler_p_p.h.
| QString QQuickWheelHandlerPrivate::propertyName |
Definition at line 42 of file qquickwheelhandler_p_p.h.
| qreal QQuickWheelHandlerPrivate::rotation = 0 |
Definition at line 40 of file qquickwheelhandler_p_p.h.
| qreal QQuickWheelHandlerPrivate::rotationScale = 1 |
Definition at line 39 of file qquickwheelhandler_p_p.h.
| qreal QQuickWheelHandlerPrivate::targetScaleMultiplier = 1.25992104989487 |
Definition at line 41 of file qquickwheelhandler_p_p.h.
| bool QQuickWheelHandlerPrivate::targetTransformAroundCursor = true |
Definition at line 47 of file qquickwheelhandler_p_p.h.
| QQuickWheelEvent QQuickWheelHandlerPrivate::wheelEvent |
Definition at line 49 of file qquickwheelhandler_p_p.h.