java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.core.QNodeId
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QNodeId>
public class QNodeId extends QtObject implements Comparable<QNodeId>, Cloneable
Uniquely identifies a QNode
Java wrapper for Qt class Qt3DCore::QNodeId
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QNodeId()
protected
QNodeId(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QNodeId
clone()
int
compareTo(QNodeId other)
static QNodeId
createId()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
long
id()
boolean
isNull()
String
toString()
-
Constructor Details
-
Method Details
-
id
-
isNull
-
createId
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QNodeId>
-
hashCode
-
toString
-
clone
-