QAnimationClip Class
class Qt3DAnimation::QAnimationClipGibt die Daten der Schlüsselbildanimation an. Mehr...
Kopfzeile: | #include <QAnimationClip> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
Vererbt: | Qt3DAnimation::QAbstractAnimationClip |
Status: | Veraltet |
Öffentliche Funktionen
Qt3DAnimation::QAnimationClipData | clipData() const |
Öffentliche Slots
void | setClipData(const Qt3DAnimation::QAnimationClipData &clipData) |
Signale
void | clipDataChanged(Qt3DAnimation::QAnimationClipData clipData) |
Dokumentation der Mitgliederfunktionen
Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const
Gibt die Daten zurück, die den Animationsclip beschreiben.
Hinweis: Getter-Funktion für die Eigenschaft clipData.
Siehe auch setClipData().
[slot]
void QAnimationClip::setClipData(const Qt3DAnimation::QAnimationClipData &clipData)
Stellen Sie die Parameter des Clips entsprechend der bereitgestellten clipData ein.
Hinweis: Setter-Funktion für die Eigenschaft clipData.
Siehe auch clipData().
© 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.