![]() |
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>
Public Member Functions | |
QQuickWheelHandlerPrivate () | |
\qmlsignal QtQuick::WheelHandler::wheel(WheelEvent event) | |
QMetaProperty & | targetMetaProperty () const |
Public Member Functions inherited from QQuickSinglePointHandlerPrivate | |
QQuickSinglePointHandlerPrivate () | |
\readonly \qmlproperty handlerPoint QtQuick::SinglePointHandler::point | |
void | reset () |
Public Member Functions inherited from QQuickPointerHandlerPrivate | |
QQuickPointerHandlerPrivate () | |
\qmlsignal QtQuick::PointerHandler::grabChanged(PointerDevice::GrabTransition transition, eventPoint point) | |
template<typename TEventPoint> | |
bool | dragOverThreshold (qreal d, Qt::Axis axis, const TEventPoint &p) const |
bool | dragOverThreshold (QVector2D delta) const |
Returns true if the movement delta in pixels exceeds QQuickPointerHandler::dragThreshold(). | |
bool | dragOverThreshold (const QEventPoint &point) const |
Returns true if the movement delta of point in pixels (calculated as QEventPoint::scenePosition() - QEventPoint::scenePressPosition()) exceeds QQuickPointerHandler::dragThreshold(). | |
virtual void | onParentChanged (QQuickItem *, QQuickItem *) |
virtual void | onEnabledChanged () |
Public Member Functions inherited from QObjectPrivate | |
void | ensureExtraData () |
void | setObjectNameWithoutBindings (const QString &name) |
QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) | |
virtual | ~QObjectPrivate () |
void | deleteChildren () |
void | clearBindingStorage () |
void | setParent_helper (QObject *) |
void | moveToThread_helper () |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
QObjectList | receiverList (const char *signal) const |
void | ensureConnectionData () |
void | addConnection (int signal, Connection *c) |
int | signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const |
bool | isSignalConnected (uint signalIdx, bool checkDeclarative=true) const |
bool | maybeSignalConnected (uint signalIndex) const |
bool | isDeclarativeSignalConnected (uint signalIdx) const |
void | connectNotify (const QMetaMethod &signal) |
void | disconnectNotify (const QMetaMethod &signal) |
void | reinitBindingStorageAfterThreadMove () |
virtual std::string | flagsForDumping () const |
virtual void | writeToDebugStream (QDebug &) const |
QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
Public Member Functions inherited from QObjectData | |
QObjectData ()=default | |
virtual | ~QObjectData ()=0 |
const QMetaObject * | dynamicMetaObject () const |
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.