Qt3DCore::QBackendNode Class
class Qt3DCore::QBackendNodeLa clase base para todos los nodos backend de Qt3D. Más...
| Cabecera: | #include <Qt3DCore/QBackendNode> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore)target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
| qmake: | QT += 3dcore |
| Status: | Obsoleto |
Tipos Públicos
| enum | Mode { ReadOnly, ReadWrite } |
Funciones Públicas
| 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) |
Documentación de los tipos de miembros
enum QBackendNode::Mode
El modo para el nodo backend.
| Constante | Valor |
|---|---|
Qt3DCore::QBackendNode::ReadOnly | 0 |
Qt3DCore::QBackendNode::ReadWrite | 1 |
Documentación de la función miembro
[noexcept] bool QBackendNode::isEnabled() const
Devuelve true si el nodo backend está habilitado.
[noexcept] Qt3DCore::QBackendNode::Mode QBackendNode::mode() const
Devuelve el modo del backend mode.
[noexcept] Qt3DCore::QNodeId QBackendNode::peerId() const
Devuelve el identificador del nodo backend.
[noexcept] void QBackendNode::setEnabled(bool enabled)
Activa o desactiva el nodo backend mediante enabled.
Véase también isEnabled().
[virtual] void QBackendNode::syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime)
QBackendNode::syncFromFrontEnd frontEnd firstTime
Es llamada por el aspecto cuando un nodo frontEnd necesita sincronizar sus cambios con el backend (normalmente debido a cambios de propiedades).
firstTime será true si el nodo backend acaba de ser creado
© 2026 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.