EvaluateClipAnimatorJob Class
(Qt3DAnimation::Animation::EvaluateClipAnimatorJob)Inherits: | Qt3DCore::QAspectJob |
Public Functions
EvaluateClipAnimatorJob() | |
void | clearClipAnimator() |
Handler * | handler() const |
void | setClipAnimator(const HClipAnimator &clipAnimatorHandle) |
void | setHandler(Handler *handler) |
- 4 public functions inherited from Qt3DCore::QAspectJob
Reimplemented Protected Functions
virtual void | run() |
Member Function Documentation
EvaluateClipAnimatorJob::EvaluateClipAnimatorJob()
Default constructs an instance of EvaluateClipAnimatorJob.
void EvaluateClipAnimatorJob::clearClipAnimator()
Handler *EvaluateClipAnimatorJob::handler() const
See also setHandler().
[virtual protected]
void EvaluateClipAnimatorJob::run()
void EvaluateClipAnimatorJob::setClipAnimator(const HClipAnimator &clipAnimatorHandle)
void EvaluateClipAnimatorJob::setHandler(Handler *handler)
See also handler().