diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-07 13:28:40 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-07 13:28:40 (GMT) |
commit | 5ebb9bca00f401fc3657cc95a2cfafae5a14916e (patch) | |
tree | ca00db2d1cb50c2c4dcc7e6e77b9eda98dbeaf4c | |
parent | 9d1b4359fc602e85412d1b6d60243d2e65bc5f59 (diff) | |
download | Qt-5ebb9bca00f401fc3657cc95a2cfafae5a14916e.zip Qt-5ebb9bca00f401fc3657cc95a2cfafae5a14916e.tar.gz Qt-5ebb9bca00f401fc3657cc95a2cfafae5a14916e.tar.bz2 |
Doc: Marked some new properties as internal for now.
-rw-r--r-- | src/gui/kernel/qgesture.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gui/kernel/qgesture.cpp b/src/gui/kernel/qgesture.cpp index 5725a22..e3339c4 100644 --- a/src/gui/kernel/qgesture.cpp +++ b/src/gui/kernel/qgesture.cpp @@ -260,6 +260,27 @@ QGesture::GestureCancelPolicy QGesture::gestureCancelPolicy() const /*! \property QPanGesture::acceleration + \brief the acceleration in the motion of the touch point for this gesture +*/ + +/*! + \property QPanGesture::horizontalVelocity + \brief the horizontal component of the motion of the touch point for this + gesture + \since 4.7.1 + \internal + + \sa verticalVelocity, acceleration +*/ + +/*! + \property QPanGesture::verticalVelocity + \brief the vertical component of the motion of the touch point for this + gesture + \since 4.7.1 + \internal + + \sa horizontalVelocity, acceleration */ /*! @@ -633,6 +654,12 @@ void QPinchGesture::setRotationAngle(qreal value) */ /*! + \property QSwipeGesture::velocity + \since 4.7.1 + \internal +*/ + +/*! \internal */ QSwipeGesture::QSwipeGesture(QObject *parent) |