QNodeId#
Uniquely identifies a QNode
. More…
Synopsis#
Functions#
Static functions#
def
createId
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.Qt3DCore.Qt3DCore.QNodeId#
- static PySide6.Qt3DCore.Qt3DCore.QNodeId.createId()#
- Return type:
Returns node id.
- PySide6.Qt3DCore.Qt3DCore.QNodeId.id()#
- Return type:
int
Returns
- PySide6.Qt3DCore.Qt3DCore.QNodeId.isNull()#
- Return type:
bool
Returns
- PySide6.Qt3DCore.Qt3DCore.QNodeId.__ne__(other)#
- Parameters:
- Return type:
bool
Returns true
if this
!= other
.
- PySide6.Qt3DCore.Qt3DCore.QNodeId.__lt__(other)#
- Parameters:
- Return type:
bool
Returns true
if this
< other
.
- PySide6.Qt3DCore.Qt3DCore.QNodeId.__eq__(other)#
- Parameters:
- Return type:
bool
Returns true
if this
== other
.
- PySide6.Qt3DCore.Qt3DCore.QNodeId.__gt__(other)#
- Parameters:
- Return type:
bool
Returns true
if this
> other
.