QAnimationCallback Class
class Qt3DAnimation::QAnimationCallbackRepresents an animation callback object. More...
| Header: | #include <QAnimationCallback> |
| qmake: | QT += 3danimation |
Public Types
| enum | Flag { OnOwningThread, OnThreadPool } |
Detailed Description
Member Type Documentation
enum QAnimationCallback::Flag
Flags to indicate how the valueChanged() function is called.
| Constant | Value | Description |
|---|---|---|
Qt3DAnimation::QAnimationCallback::OnOwningThread | 0x0 | Callback function is called on the owning (GUI or main) thread. |
Qt3DAnimation::QAnimationCallback::OnThreadPool | 0x01 | Callback function is called on the thread pool's worker thread. |