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
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final booleanbooleanstatic QPointingDeviceUniqueIdfromNumericId(long id) inthashCode()Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId).final booleanisValid()final longMethods 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
- Parameters:
rhs-- Returns:
-
fromNumericId
- Parameters:
id-- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPointingDeviceUniqueId). -
clone
Creates and returns a copy of this object.
See
QPointingDeviceUniqueId::QPointingDeviceUniqueId(QPointingDeviceUniqueId)
-