java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QEventPoint
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QEventPoint extends QtObject implements Cloneable
Information about a point in a QPointerEvent
Java wrapper for Qt class QEventPoint
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QEventPoint.State
Java wrapper for Qt enum QEventPoint::Statestatic class
QEventPoint.States
QFlags type for enumQEventPoint.State
-
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QEventPoint()
Overloaded constructor forQEventPoint(int, io.qt.gui.QPointingDevice)
QEventPoint(int id)
Overloaded constructor forQEventPoint(int, io.qt.gui.QPointingDevice)
withdevice = null
.QEventPoint(int pointId, QEventPoint.State state, QPointF scenePosition, QPointF globalPosition)
QEventPoint(int id, QPointingDevice device)
QEventPoint(QEventPoint other)
protected
QEventPoint(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QEventPoint
-
QEventPoint
public QEventPoint(int id)Overloaded constructor for
QEventPoint(int, io.qt.gui.QPointingDevice)
withdevice = null
. -
QEventPoint
public QEventPoint() -
QEventPoint
-
QEventPoint
public QEventPoint(int pointId, QEventPoint.State state, QPointF scenePosition, QPointF globalPosition) -
QEventPoint
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
device
-
ellipseDiameters
-
globalGrabPosition
-
globalLastPosition
-
globalPosition
-
globalPressPosition
-
grabPosition
-
id
-
isAccepted
-
lastPosition
-
lastTimestamp
-
normalizedPosition
-
set
-
position
-
pressPosition
-
pressTimestamp
-
pressure
-
rotation
-
sceneGrabPosition
-
sceneLastPosition
-
scenePosition
-
scenePressPosition
-
setAccepted
Overloaded function for
setAccepted(boolean)
withaccepted = true
. -
setAccepted
-
state
-
swap
-
timeHeld
-
timestamp
-
uniqueId
-
velocity
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-