QNodeId Class
class Qt3DCore::QNodeId
Uniquely identifies a QNode. More...
Header: |
#include <Qt3DCore/QNodeId> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3dcore)
target_link_libraries(mytarget PRIVATE Qt6::3dcore) |
qmake: |
QT += 3dcore |
Public Functions
Static Public Members
Detailed Description
Member Function Documentation
Returns node id.
quint64 QNodeId::id() const
Returns
bool QNodeId::isNull() const
Returns
bool QNodeId::operator bool() const
Returns
bool QNodeId::operator!=(Qt3DCore::QNodeId other) const
Returns true
if this
!= other.
bool QNodeId::operator<(Qt3DCore::QNodeId other) const
Returns true
if this
< other.
bool QNodeId::operator==(Qt3DCore::QNodeId other) const
Returns true
if this
== other.
bool QNodeId::operator>(Qt3DCore::QNodeId other) const
Returns true
if this
> other.
Related Non-Members
[alias]
QNodeIdVector
A vector of QNodeIds.
Returns hash of node with id and optional seed.