ClipBlendValue Class
(Qt3DAnimation::Animation::ClipBlendValue)Inherits: | Qt3DAnimation::Animation::ClipBlendNode |
Public Functions
ClipBlendValue() | |
~ClipBlendValue() | |
Qt3DCore::QNodeId | clipId() const |
ComponentIndices | formatIndices(Qt3DCore::QNodeId animatorId) |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | setClipId(Qt3DCore::QNodeId clipId) |
void | setFormatIndices(Qt3DCore::QNodeId animatorId, const ComponentIndices &formatIndices) |
Reimplemented Public Functions
virtual QVector<Qt3DCore::QNodeId> | allDependencyIds() const |
virtual QVector<Qt3DCore::QNodeId> | currentDependencyIds() const |
virtual double | duration() const |
- 9 public functions inherited from Qt3DAnimation::Animation::ClipBlendNode
- 1 public function inherited from Qt3DAnimation::Animation::BackendNode
- 4 public functions inherited from Qt3DCore::QBackendNode
Reimplemented Protected Functions
virtual ClipResults | doBlend(const QVector<ClipResults> &blendData) const |
- 2 protected functions inherited from Qt3DAnimation::Animation::ClipBlendNode
- 1 protected function inherited from Qt3DAnimation::Animation::BackendNode
- 2 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
ClipBlendValue::ClipBlendValue()
Default constructs an instance of ClipBlendValue.
ClipBlendValue::~ClipBlendValue()
Destroys the instance of ClipBlendValue.
[virtual]
QVector<Qt3DCore::QNodeId> ClipBlendValue::allDependencyIds() const
Qt3DCore::QNodeId ClipBlendValue::clipId() const
See also setClipId().
[virtual]
QVector<Qt3DCore::QNodeId> ClipBlendValue::currentDependencyIds() const
[virtual protected]
ClipResults ClipBlendValue::doBlend(const QVector<ClipResults> &blendData) const
[virtual]
double ClipBlendValue::duration() const
ComponentIndices ClipBlendValue::formatIndices(Qt3DCore::QNodeId animatorId)
See also setFormatIndices().
void ClipBlendValue::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
void ClipBlendValue::setClipId(Qt3DCore::QNodeId clipId)
See also clipId().
void ClipBlendValue::setFormatIndices(Qt3DCore::QNodeId animatorId, const ComponentIndices &formatIndices)
See also formatIndices().