QAnimationCallback Class

(Qt3DAnimation::QAnimationCallback)

Public Types

enum Flag { OnOwningThread, OnThreadPool }
flags Flags

Public Functions

virtual ~QAnimationCallback()
virtual void valueChanged(const QVariant &value) = 0

Member Type Documentation

enum QAnimationCallback::Flag
flags QAnimationCallback::Flags

The Flags type is a typedef for QFlags<Flag>. It stores an OR combination of Flag values.

Member Function Documentation

[virtual] QAnimationCallback::~QAnimationCallback()

Destroys the instance of QAnimationCallback. The destructor is virtual.

[pure virtual] void QAnimationCallback::valueChanged(const QVariant &value)

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