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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
static QPointingDeviceUniqueId
fromNumericId
(long id) final long
Kotlin property getter.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()
-
-
Method Details
-
isValid
-
numericId
-
fromNumericId
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId)
. -
clone
Creates and returns a copy of this object.
-
getNumericId
Kotlin property getter. In Java use
numericId()
instead.
-