Sur cette page

Qt3DAnimation::QClipBlendValue Class

class Qt3DAnimation::QClipBlendValue

Classe utilisée pour inclure un clip dans un arbre de fusion. Plus d'informations...

En-tête : #include <QClipBlendValue>
CMake : find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake : QT += 3danimation
En QML : ClipBlendValue
Hérite : Qt3DAnimation::QAbstractClipBlendNode
Statut : Déclassé

Propriétés

  • clip : Qt3DAnimation::QAbstractAnimationClip*

Fonctions publiques

Qt3DAnimation::QAbstractAnimationClip *clip() const

Emplacements publics

void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

Signaux

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

Description détaillée

Propriété Documentation

clip : Qt3DAnimation::QAbstractAnimationClip*

Le clip d'animation qui doit être inclus dans l'arbre de fusion.

Fonctions d'accès :

Qt3DAnimation::QAbstractAnimationClip *clip() const
void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

Signal du notificateur :

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

© 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.