QClipAnimator Class

(Qt3DAnimation::QClipAnimator)

QClipAnimator is a component providing simple animation playback capabilities. More...

Header: #include <QClipAnimator>
qmake: QT += 3danimation
Since: Qt 5.9
Instantiated By: ClipAnimator
Inherits: Qt3DAnimation::QAbstractClipAnimator

Properties

  • clip : Qt3DAnimation::QAbstractAnimationClip *

Public Functions

QClipAnimator(Qt3DCore::QNode *parent = nullptr)
~QClipAnimator()
Qt3DAnimation::QAbstractAnimationClip *clip() const

Public Slots

void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

Signals

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

Additional Inherited Members

  • 11 static public members inherited from QObject
  • 2 protected functions inherited from Qt3DCore::QNode
  • 9 protected functions inherited from QObject

Detailed Description

QClipAnimator is a component providing simple animation playback capabilities.

An instance of QClipAnimator can be aggregated by a QEntity to add the ability to play back animation clips and to apply the calculated animation values to properties of QObjects.

The animation key frame data is provided via the clip property. This can be created programmatically with QAnimationClip or loaded from file with QAnimationClipLoader.

In order to apply the values played back from the channels of data in the animation clip, the clip animator needs to have a QChannelMapper object assigned to the channelMapper property.

The properties for controlling the animator are provided by the QAbstractClipAnimator base class.

See also QAbstractClipAnimator, QAbstractAnimationClip, QChannelMapper, and QBlendedClipAnimator.

Property Documentation

clip : Qt3DAnimation::QAbstractAnimationClip *

This property holds the animation clip which contains the key frame data to be played back. The key frame data can be specified in either a QAnimationClip or QAnimationClipLoader.

Access functions:

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

Notifier signal:

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

Member Function Documentation

QClipAnimator::QClipAnimator(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QClipAnimator.

QClipAnimator::~QClipAnimator()

Destroys the instance of QClipAnimator.

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