Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QTapAndHoldGesture Class

TheQTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user.More...

Header:#include <QTapAndHoldGesture>
Since: Qt 4.6
Inherits:QGesture

Properties

Public Functions

QPointFposition() const
voidsetPosition(const QPointF & pos)
  • 8 public functions inherited fromQGesture
  • 29 public functions inherited fromQObject

Static Public Members

voidsetTimeout(int msecs)
inttimeout()
  • 7 static public members inherited fromQObject

Additional Inherited Members

  • 1 public slot inherited fromQObject
  • 1 signal inherited fromQObject
  • 8 protected functions inherited fromQObject

Detailed Description

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.

Property Documentation

position :QPointF

This property holds the position of the tap.

Access functions:

QPointFposition() const
voidsetPosition(const QPointF & pos)

Member Function Documentation

[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.


[8]ページ先頭

©2009-2025 Movatter.jp