java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGestureEvent
- All Implemented Interfaces:
QtObjectInterface
public class QGestureEvent extends QEvent
The description of triggered gestures
Java wrapper for Qt class QGestureEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QGestureEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only.QGestureEvent(Collection<QGesture> gestures)
-
Method Summary
Modifier and Type Method Description void
accept(Qt.GestureType arg__1)
void
accept(QGesture arg__1)
QList<QGesture>
activeGestures()
QList<QGesture>
canceledGestures()
QGesture
gesture(Qt.GestureType type)
QList<QGesture>
gestures()
void
ignore(Qt.GestureType arg__1)
void
ignore(QGesture arg__1)
boolean
isAccepted(Qt.GestureType arg__1)
boolean
isAccepted(QGesture arg__1)
QPointF
mapToGraphicsScene(QPointF gesturePoint)
void
setAccepted(Qt.GestureType arg__1, boolean arg__2)
void
setAccepted(QGesture arg__1, boolean arg__2)
void
setWidget(QWidget widget)
String
toString()
QWidget
widget()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QGestureEvent
-
QGestureEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details