QNodeId Class
class Qt3DCore::QNodeIdHeader: | #include <Qt3DCore/QNodeId> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore) target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
qmake: | QT += 3dcore |
Status: | 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() |
メンバー関数ドキュメント
[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
を返す。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。