QNodeId Class▲
-
Header: Qt3DCore/QNodeId
-
Since: Qt 5.7
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3dcore)
target_link_libraries(mytarget PRIVATE Qt6::3dcore)
-
qmake: QT += 3dcore
Detailed Description▲
Member Function Documentation▲
[static] Qt3DCore::QNodeId QNodeId::createId()▲
Returns node id.
[constexpr] quint64 QNodeId::id() const▲
Returns
[constexpr] bool QNodeId::isNull() const▲
Returns
[constexpr] bool QNodeId::operator bool() const▲
Returns
[constexpr] bool QNodeId::operator!=(Qt3DCore::QNodeId other) const▲
Returns true if this != other.
[constexpr] bool QNodeId::operator<(Qt3DCore::QNodeId other) const▲
Returns true if this < other.
[constexpr] bool QNodeId::operator==(Qt3DCore::QNodeId other) const▲
Returns true if this == other.
[constexpr] bool QNodeId::operator>(Qt3DCore::QNodeId other) const▲
Returns true if this > other.