
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
TheQTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user.More...
| Header: | #include <QTapAndHoldGesture> |
| Since: | Qt 4.6 |
| Inherits: | QGesture |
| QPointF | position() const |
| void | setPosition(const QPointF & pos) |
| void | setTimeout(int msecs) |
| int | timeout() |
TheQTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user.
For an overview of gesture handling in Qt and information on using gestures in your applications, see theGestures Programming document.
See alsoQPanGesture andQPinchGesture.
This property holds the position of the tap.
Access functions:
| QPointF | position() const |
| void | setPosition(const QPointF & pos) |
[static]void QTapAndHoldGesture::setTimeout(int msecs)Set the timeout, in milliseconds, before the gesture triggers.
The recognizer will detect a touch down and and ifmsecs later the touch is still down, it will trigger theQTapAndHoldGesture. The default value is 700 milliseconds.
See alsotimeout().
[static]int QTapAndHoldGesture::timeout()Gets the timeout, in milliseconds, before the gesture triggers.
The recognizer will detect a touch down and and if timeout() later the touch is still down, it will trigger theQTapAndHoldGesture. The default value is 700 milliseconds.
See alsosetTimeout().
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.