QBackendNode Class
class Qt3DCore::QBackendNode모든 Qt3D 백엔드 노드의 베이스 클래스입니다. 더 보기...
Header: | #include <Qt3DCore/QBackendNode> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore) target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
qmake: | QT += 3dcore |
상태: | 폐지됨 |
공용 타입
enum | Mode { ReadOnly, ReadWrite } |
공용 함수
bool | isEnabled() const |
Qt3DCore::QBackendNode::Mode | mode() const |
Qt3DCore::QNodeId | peerId() const |
void | setEnabled(bool enabled) |
virtual void | syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime) |
멤버 유형 문서
enum QBackendNode::Mode
백엔드 노드의 모드입니다.
Constant | 값 |
---|---|
Qt3DCore::QBackendNode::ReadOnly | 0 |
Qt3DCore::QBackendNode::ReadWrite | 1 |
멤버 함수 문서
[noexcept]
bool QBackendNode::isEnabled() const
백엔드 노드가 활성화된 경우 true
를 반환합니다.
[noexcept]
Qt3DCore::QBackendNode::Mode QBackendNode::mode() const
백엔드 모드의 모드를 반환합니다.
[noexcept]
Qt3DCore::QNodeId QBackendNode::peerId() const
백엔드 노드의 피어 ID를 반환합니다.
[noexcept]
void QBackendNode::setEnabled(bool enabled)
백엔드 노드를 활성화 또는 비활성화합니다 enabled.
isEnabled()도 참조하세요 .
[virtual]
void QBackendNode::syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime)
Q백엔드노드::동기화 프런트엔드 프론트엔드 첫 번째
frontEnd 노드가 백엔드와 변경 사항을 동기화해야 할 때(일반적으로 프로퍼티 변경으로 인해) 측면이 호출합니다.
firstTime 백엔드 노드가 방금 생성된 경우 참이 됩니다.
© 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.