![]() |
Qt 6.x
The Qt SDK
|
#include <qquickwheelhandler_p_p.h>
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 24 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 501 of file qquickwheelhandler.cpp.
|
inlinestatic |
Definition at line 30 of file qquickwheelhandler_p_p.h.
|
inlinestatic |
Definition at line 29 of file qquickwheelhandler_p_p.h.
QMetaProperty & QQuickWheelHandlerPrivate::targetMetaProperty | ( | ) | const |
Definition at line 506 of file qquickwheelhandler.cpp.
References QByteArray::constData(), QMetaObject::indexOfProperty(), QString::isEmpty(), metaProperty, metaPropertyDirty, QMetaObject::property(), propertyName, and QString::toLocal8Bit().
qreal QQuickWheelHandlerPrivate::activeTimeout = 0.1 |
Definition at line 37 of file qquickwheelhandler_p_p.h.
bool QQuickWheelHandlerPrivate::blocking = true |
Definition at line 47 of file qquickwheelhandler_p_p.h.
QBasicTimer QQuickWheelHandlerPrivate::deactivationTimer |
Definition at line 36 of file qquickwheelhandler_p_p.h.
bool QQuickWheelHandlerPrivate::invertible = true |
Definition at line 45 of file qquickwheelhandler_p_p.h.
|
mutable |
Definition at line 42 of file qquickwheelhandler_p_p.h.
Referenced by targetMetaProperty().
|
mutable |
Definition at line 44 of file qquickwheelhandler_p_p.h.
Referenced by targetMetaProperty().
Qt::Orientation QQuickWheelHandlerPrivate::orientation = Qt::Vertical |
Definition at line 43 of file qquickwheelhandler_p_p.h.
QString QQuickWheelHandlerPrivate::propertyName |
Definition at line 41 of file qquickwheelhandler_p_p.h.
Referenced by targetMetaProperty().
qreal QQuickWheelHandlerPrivate::rotation = 0 |
Definition at line 39 of file qquickwheelhandler_p_p.h.
qreal QQuickWheelHandlerPrivate::rotationScale = 1 |
Definition at line 38 of file qquickwheelhandler_p_p.h.
qreal QQuickWheelHandlerPrivate::targetScaleMultiplier = 1.25992104989487 |
Definition at line 40 of file qquickwheelhandler_p_p.h.
bool QQuickWheelHandlerPrivate::targetTransformAroundCursor = true |
Definition at line 46 of file qquickwheelhandler_p_p.h.
QQuickWheelEvent QQuickWheelHandlerPrivate::wheelEvent |
Definition at line 48 of file qquickwheelhandler_p_p.h.