java.lang.Object
io.qt.QtObject
io.qt.gui.QPointingDeviceUniqueId
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Identifies a unique object, such as a tagged token or stylus, which is used with a pointing device
Java wrapper for Qt class QPointingDeviceUniqueId
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
boolean
static QPointingDeviceUniqueId
fromNumericId
(long id) int
hashCode()
Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId)
.final boolean
isValid()
final long
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPointingDeviceUniqueId
public QPointingDeviceUniqueId() -
QPointingDeviceUniqueId
-
-
Method Details
-
isValid
-
numericId
-
equals
-
fromNumericId
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId)
. -
clone
Creates and returns a copy of this object.
See
QPointingDeviceUniqueId::
QPointingDeviceUniqueId(QPointingDeviceUniqueId)
-