Uses of Class
io.qt.widgets.QGesture
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QGesture in io.qt.widgets
Subclasses of QGesture in io.qt.widgets Modifier and Type Class Description class
QPanGesture
Describes a panning gesture made by the userclass
QPinchGesture
Describes a pinch gesture made by the userclass
QSwipeGesture
Describes a swipe gesture made by the userclass
QTapAndHoldGesture
Describes a tap-and-hold (aka LongTap) gesture made by the userclass
QTapGesture
Describes a tap gesture made by the userMethods in io.qt.widgets that return QGesture Modifier and Type Method Description QGesture
QGestureRecognizer. create(QObject target)
QGesture
QGestureEvent. gesture(Qt.GestureType type)
Methods in io.qt.widgets that return types with arguments of type QGesture Modifier and Type Method Description QList<QGesture>
QGestureEvent. activeGestures()
QList<QGesture>
QGestureEvent. canceledGestures()
QList<QGesture>
QGestureEvent. gestures()
Methods in io.qt.widgets with parameters of type QGesture Modifier and Type Method Description void
QGestureEvent. accept(QGesture arg__1)
void
QGestureEvent. ignore(QGesture arg__1)
boolean
QGestureEvent. isAccepted(QGesture arg__1)
abstract QGestureRecognizer.Result
QGestureRecognizer. recognize(QGesture state, QObject watched, QEvent event)
void
QGestureRecognizer. reset(QGesture state)
void
QGestureEvent. setAccepted(QGesture arg__1, boolean arg__2)
Constructor parameters in io.qt.widgets with type arguments of type QGesture Constructor Description QGestureEvent(Collection<QGesture> gestures)