IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QBackendNode Class

The base class for all Qt3D backend nodes.

This class was introduced in Qt 5.7.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QBackendNode Class

  • Header: Qt3DCore/QBackendNode

  • Since: Qt 5.7

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS 3dcore)

    target_link_libraries(mytarget PRIVATE Qt6::3dcore)

  • qmake: QT += 3dcore

  • Inherited By:

Detailed Description

 

Member Type Documentation

 

enum QBackendNode::Mode

The mode for the backend node.

Constant

Qt3DCore::QBackendNode::ReadOnly

0

Qt3DCore::QBackendNode::ReadWrite

1

Member Function Documentation

 

bool QBackendNode::isEnabled() const

Returns true if the backend node is enabled.

Qt3DCore::QBackendNode::Mode QBackendNode::mode() const

Returns the mode of the backend mode.

Qt3DCore::QNodeId QBackendNode::peerId() const

Returns the peer id of the backend node.

void QBackendNode::setEnabled(bool enabled)

Enables or disables the backend node by enabled.

See Also

See also isEnabled()

[virtual] void QBackendNode::syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime)

QBackendNode::syncFromFrontEnd frontEnd firstTime

This is called by the aspect when a frontEnd node needs to synchronize it's changes with the backend (normally due to property changes).

firstTime will be true if the backend node was just created

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+