Uses of Class
io.qt.gui.QEventPoint
Package | Description |
---|---|
io.qt.gui | |
io.qt.test |
-
Uses of QEventPoint in io.qt.gui
Fields in io.qt.gui with type parameters of type QEventPoint Modifier and Type Field Description QObject.Signal4<QObject,QPointingDevice.GrabTransition,QPointerEvent,QEventPoint>
QPointingDevice. grabChanged
Methods in io.qt.gui that return QEventPoint Modifier and Type Method Description QEventPoint
QEventPoint. clone()
QEventPoint
QPointerEvent. point(long i)
QEventPoint
QPointerEvent. pointById(int id)
Methods in io.qt.gui that return types with arguments of type QEventPoint Modifier and Type Method Description QList<QEventPoint>
QPointerEvent. points()
QList<QEventPoint>
QTouchEvent. touchPoints()
Deprecated.UseQPointerEvent.points()
insteadMethods in io.qt.gui with parameters of type QEventPoint Modifier and Type Method Description boolean
QPointerEvent. addPassiveGrabber(QEventPoint point, QObject grabber)
void
QPointerEvent. clearPassiveGrabbers(QEventPoint point)
QObject
QPointerEvent. exclusiveGrabber(QEventPoint point)
QList<QObject>
QPointerEvent. passiveGrabbers(QEventPoint point)
boolean
QPointerEvent. removePassiveGrabber(QEventPoint point, QObject grabber)
void
QEventPoint. set(QEventPoint other)
void
QPointerEvent. setExclusiveGrabber(QEventPoint point, QObject exclusiveGrabber)
void
QPointerEvent. setPoint(long i, QEventPoint point)
void
QEventPoint. swap(QEventPoint other)
Constructors in io.qt.gui with parameters of type QEventPoint Constructor Description QEventPoint(QEventPoint other)
QSinglePointEvent(QEvent.Type type, QPointingDevice dev, QEventPoint point, Qt.MouseButton button, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.MouseEventSource source)
Constructor parameters in io.qt.gui with type arguments of type QEventPoint Constructor Description QPointerEvent(QEvent.Type type, QPointingDevice dev, Qt.KeyboardModifiers modifiers, Collection<QEventPoint> points)
QTouchEvent(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, QEventPoint.States touchPointStates, Collection<QEventPoint> touchPoints)
Deprecated.Use another constructorQTouchEvent(QEvent.Type eventType, QPointingDevice device, Qt.KeyboardModifiers modifiers, Collection<QEventPoint> touchPoints)
-
Uses of QEventPoint in io.qt.test
Methods in io.qt.test that return QEventPoint Modifier and Type Method Description protected QEventPoint
QTest.QTouchEventSequence. point(int touchId)
protected QEventPoint
QTest.QTouchEventSequence. pointOrPreviousPoint(int touchId)
Methods in io.qt.test that return types with arguments of type QEventPoint Modifier and Type Method Description protected QMap<Integer,QEventPoint>
QTest.QTouchEventSequence. points()
protected QMap<Integer,QEventPoint>
QTest.QTouchEventSequence. previousPoints()
Method parameters in io.qt.test with type arguments of type QEventPoint Modifier and Type Method Description protected void
QTest.QTouchEventSequence. setPoints(Map<Integer,QEventPoint> points)
protected void
QTest.QTouchEventSequence. setPreviousPoints(Map<Integer,QEventPoint> previousPoints)