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
- Since:
- This class was introduced in Qt 5.8.
-
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
Seeoperator==(QPointingDeviceUniqueId,
QPointingDeviceUniqueId) boolean
Seeoperator==(QPointingDeviceUniqueId,
QPointingDeviceUniqueId) 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
- Parameters:
other
-
-
-
Method Details
-
isValid
- Returns:
-
numericId
- Returns:
-
equals
See
operator==(QPointingDeviceUniqueId,
QPointingDeviceUniqueId) - Parameters:
rhs
-- Returns:
-
fromNumericId
- Parameters:
id
-- Returns:
-
equals
See
operator==(QPointingDeviceUniqueId,
QPointingDeviceUniqueId) -
hashCode
Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId)
. -
clone
Creates and returns a copy of this object.
See
QPointingDeviceUniqueId::
QPointingDeviceUniqueId(QPointingDeviceUniqueId)
-