java.lang.Object
io.qt.QtObject
io.qt.qt3d.core.QNodeId
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNodeId
public QNodeId()See
Qt3DCore::QNodeId::
QNodeId()
-
-
Method Details
-
id
-
isNull
-
createId
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QNodeId>
-
hashCode
Returns the objects's hash code computed byqHash(Qt3DCore::QNodeId)
. -
clone
Creates and returns a copy of this object.
-