![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickanimation_p_p.h>
Public Member Functions | |
QQuickAnimationPropertyUpdater () | |
~QQuickAnimationPropertyUpdater () override | |
void | setValue (qreal v) override |
void | debugUpdater (QDebug d, int indentLevel) const override |
Public Member Functions inherited from QQuickBulkValueUpdater | |
virtual | ~QQuickBulkValueUpdater () |
Public Attributes | |
QQuickStateActions | actions |
int | interpolatorType |
QVariantAnimation::Interpolator | interpolator |
QQuickPropertyAnimationPrivate::ExtendedInterpolator | extendedInterpolator |
int | prevInterpolatorType |
bool | reverse |
bool | fromIsSourced |
bool | fromIsDefined |
bool * | wasDeleted |
Definition at line 284 of file qquickanimation_p_p.h.
|
inline |
Definition at line 287 of file qquickanimation_p_p.h.
|
override |
Definition at line 2910 of file qquickanimation.cpp.
|
overridevirtual |
Reimplemented from QQuickBulkValueUpdater.
Definition at line 2752 of file qquickanimation.cpp.
Implements QQuickBulkValueUpdater.
Definition at line 2704 of file qquickanimation.cpp.
QQuickStateActions QQuickAnimationPropertyUpdater::actions |
Definition at line 294 of file qquickanimation_p_p.h.
QQuickPropertyAnimationPrivate::ExtendedInterpolator QQuickAnimationPropertyUpdater::extendedInterpolator |
Definition at line 297 of file qquickanimation_p_p.h.
bool QQuickAnimationPropertyUpdater::fromIsDefined |
Definition at line 301 of file qquickanimation_p_p.h.
bool QQuickAnimationPropertyUpdater::fromIsSourced |
Definition at line 300 of file qquickanimation_p_p.h.
QVariantAnimation::Interpolator QQuickAnimationPropertyUpdater::interpolator |
Definition at line 296 of file qquickanimation_p_p.h.
int QQuickAnimationPropertyUpdater::interpolatorType |
Definition at line 295 of file qquickanimation_p_p.h.
int QQuickAnimationPropertyUpdater::prevInterpolatorType |
Definition at line 298 of file qquickanimation_p_p.h.
bool QQuickAnimationPropertyUpdater::reverse |
Definition at line 299 of file qquickanimation_p_p.h.
bool* QQuickAnimationPropertyUpdater::wasDeleted |
Definition at line 302 of file qquickanimation_p_p.h.