QAnimationClip Class

class Qt3DAnimation::QAnimationClip

Specifies key frame animation data. More...

Header: #include <QAnimationClip>
qmake: QT += 3danimation
Inherits: Qt3DAnimation::QAbstractAnimationClip

Public Functions

Qt3DAnimation::QAnimationClipData clipData() const

Public Slots

void setClipData(const Qt3DAnimation::QAnimationClipData &clipData)

Signals

void clipDataChanged(Qt3DAnimation::QAnimationClipData clipData)

Detailed Description

Member Function Documentation

[slot] void QAnimationClip::setClipData(const Qt3DAnimation::QAnimationClipData &clipData)

Set the parameters of the clip according to the clipData provided.

Note: Setter function for property clipData.

See also clipData().

Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const

Returns the data describing the animation clip.

Note: Getter function for property clipData.

See also setClipData().

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