BlendedClipAnimator Class

(Qt3DAnimation::Animation::BlendedClipAnimator)

Public Functions

BlendedClipAnimator()
void animationClipMarkedDirty()
Qt3DCore::QNodeId blendTreeRootId() const
bool canRun() const
void cleanup()
int currentLoop() const
bool isRunning() const
int loops() const
Qt3DCore::QNodeId mapperId() const
QVector<MappingData> mappingData() const
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
void sendPropertyChanges(const QVector<Qt3DCore::QSceneChangePtr> &changes)
void setBlendTreeRootId(Qt3DCore::QNodeId blendTreeRootId)
void setCurrentLoop(int currentLoop)
void setLoops(int loops)
void setMapperId(Qt3DCore::QNodeId mapperId)
void setMappingData(const QVector<MappingData> &mappingData)
void setRunning(bool running)
void setStartTime(qint64 globalTime)
qint64 startTime() const

Additional Inherited Members

Member Function Documentation

BlendedClipAnimator::BlendedClipAnimator()

Default constructs an instance of BlendedClipAnimator.

void BlendedClipAnimator::animationClipMarkedDirty()

Qt3DCore::QNodeId BlendedClipAnimator::blendTreeRootId() const

See also setBlendTreeRootId().

bool BlendedClipAnimator::canRun() const

void BlendedClipAnimator::cleanup()

int BlendedClipAnimator::currentLoop() const

See also setCurrentLoop().

bool BlendedClipAnimator::isRunning() const

int BlendedClipAnimator::loops() const

See also setLoops().

Qt3DCore::QNodeId BlendedClipAnimator::mapperId() const

See also setMapperId().

QVector<MappingData> BlendedClipAnimator::mappingData() const

See also setMappingData().

void BlendedClipAnimator::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)

void BlendedClipAnimator::sendPropertyChanges(const QVector<Qt3DCore::QSceneChangePtr> &changes)

void BlendedClipAnimator::setBlendTreeRootId(Qt3DCore::QNodeId blendTreeRootId)

See also blendTreeRootId().

void BlendedClipAnimator::setCurrentLoop(int currentLoop)

See also currentLoop().

void BlendedClipAnimator::setLoops(int loops)

See also loops().

void BlendedClipAnimator::setMapperId(Qt3DCore::QNodeId mapperId)

See also mapperId().

void BlendedClipAnimator::setMappingData(const QVector<MappingData> &mappingData)

See also mappingData().

void BlendedClipAnimator::setRunning(bool running)

See also isRunning().

void BlendedClipAnimator::setStartTime(qint64 globalTime)

See also startTime().

qint64 BlendedClipAnimator::startTime() const

See also setStartTime().