QNodeId Class

class Qt3DCore::QNodeId

QNode 를 고유하게 식별합니다 ....

헤더: #include <Qt3DCore/QNodeId>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3DCore)
target_link_libraries(mytarget PRIVATE Qt6::3DCore)
qmake: QT += 3dcore
상태: Deprecated

공용 함수

quint64 id() const
bool isNull() const
bool operator bool() const
bool operator!=(Qt3DCore::QNodeId other) const
bool operator<(Qt3DCore::QNodeId other) const
bool operator==(Qt3DCore::QNodeId other) const
bool operator>(Qt3DCore::QNodeId other) const

정적 공용 멤버

Qt3DCore::QNodeId createId()
QNodeIdVector
size_t qHash(Qt3DCore::QNodeId id, size_t seed = 0)

상세 설명

멤버 함수 문서

[static noexcept] Qt3DCore::QNodeId QNodeId::createId()

노드 ID를 반환합니다.

[constexpr noexcept] quint64 QNodeId::id() const

반환

[constexpr noexcept] bool QNodeId::isNull() const

반환

[constexpr noexcept] bool QNodeId::operator bool() const

반환

[constexpr noexcept] bool QNodeId::operator!=(Qt3DCore::QNodeId other) const

this!= other 이면 true 를 반환합니다.

[constexpr noexcept] bool QNodeId::operator<(Qt3DCore::QNodeId other) const

this < other 이면 true 을 반환합니다.

[constexpr noexcept] bool QNodeId::operator==(Qt3DCore::QNodeId other) const

this == other 인 경우 true 를 반환합니다.

[constexpr noexcept] bool QNodeId::operator>(Qt3DCore::QNodeId other) const

반환값 true this > other.

관련 비회원

[alias] QNodeIdVector

QNodeIds의 벡터입니다.

[constexpr noexcept] size_t qHash(Qt3DCore::QNodeId id, size_t seed = 0)

id 및 선택 사항인 seed 으로 노드의 해시를 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.