java.lang.Object
io.qt.QtObject
io.qt.qt3d.core.QNodeId
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable,Comparable<QNodeId>
Uniquely identifies a QNode
Java wrapper for Qt class Qt3DCore::QNodeId
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNodeId
public QNodeId()See
Qt3DCore::QNodeId::QNodeId()
-
-
Method Details
-
id
@QtUninvokable public final long id() -
isNull
@QtUninvokable public final boolean isNull() -
createId
-
equals
- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
compareTo
- Specified by:
compareToin interfaceComparable<QNodeId>
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(Qt3DCore::QNodeId). -
clone
Creates and returns a copy of this object.
-