QClipBlendValue Class

(Qt3DAnimation::QClipBlendValue)

Properties

  • clip : Qt3DAnimation::QAbstractAnimationClip *

Public Functions

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

Public Slots

void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

Signals

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

Protected Functions

QClipBlendValue(QClipBlendValuePrivate &dd, Qt3DCore::QNode *parent = nullptr)

Additional Inherited Members

  • 11 static public members inherited from QObject

Property Documentation

clip : Qt3DAnimation::QAbstractAnimationClip *

Access functions:

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

Notifier signal:

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

Member Function Documentation

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

Default constructs an instance of QClipBlendValue.

QClipBlendValue::QClipBlendValue(Qt3DAnimation::QAbstractAnimationClip *clip, Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QClipBlendValue.

[protected] QClipBlendValue::QClipBlendValue(QClipBlendValuePrivate &dd, Qt3DCore::QNode *parent = nullptr)

Copy constructor.

QClipBlendValue::~QClipBlendValue()

Destroys the instance of QClipBlendValue.

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