QNodeId Class
class Qt3DCore::QNodeIdヘッダー | #include <Qt3DCore/QNodeId> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore) target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
qmake: | QT += 3dcore |
ステータス | 非推奨 |
パブリック関数
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
this
>other ならばtrue
を返す。
関連する非会員
[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.