Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickAnimationPropertyUpdater Class Reference

#include <qquickanimation_p_p.h>

Inheritance diagram for QQuickAnimationPropertyUpdater:
Collaboration diagram for QQuickAnimationPropertyUpdater:

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

Detailed Description

Definition at line 284 of file qquickanimation_p_p.h.

Constructor & Destructor Documentation

◆ QQuickAnimationPropertyUpdater()

QQuickAnimationPropertyUpdater::QQuickAnimationPropertyUpdater ( )
inline

Definition at line 287 of file qquickanimation_p_p.h.

◆ ~QQuickAnimationPropertyUpdater()

QQuickAnimationPropertyUpdater::~QQuickAnimationPropertyUpdater ( )
override

Definition at line 2910 of file qquickanimation.cpp.

Member Function Documentation

◆ debugUpdater()

void QQuickAnimationPropertyUpdater::debugUpdater ( QDebug d,
int indentLevel ) const
overridevirtual

Reimplemented from QQuickBulkValueUpdater.

Definition at line 2752 of file qquickanimation.cpp.

◆ setValue()

void QQuickAnimationPropertyUpdater::setValue ( qreal v)
overridevirtual

Implements QQuickBulkValueUpdater.

Definition at line 2704 of file qquickanimation.cpp.

Member Data Documentation

◆ actions

QQuickStateActions QQuickAnimationPropertyUpdater::actions

Definition at line 294 of file qquickanimation_p_p.h.

◆ extendedInterpolator

QQuickPropertyAnimationPrivate::ExtendedInterpolator QQuickAnimationPropertyUpdater::extendedInterpolator

Definition at line 297 of file qquickanimation_p_p.h.

◆ fromIsDefined

bool QQuickAnimationPropertyUpdater::fromIsDefined

Definition at line 301 of file qquickanimation_p_p.h.

◆ fromIsSourced

bool QQuickAnimationPropertyUpdater::fromIsSourced

Definition at line 300 of file qquickanimation_p_p.h.

◆ interpolator

QVariantAnimation::Interpolator QQuickAnimationPropertyUpdater::interpolator

Definition at line 296 of file qquickanimation_p_p.h.

◆ interpolatorType

int QQuickAnimationPropertyUpdater::interpolatorType

Definition at line 295 of file qquickanimation_p_p.h.

◆ prevInterpolatorType

int QQuickAnimationPropertyUpdater::prevInterpolatorType

Definition at line 298 of file qquickanimation_p_p.h.

◆ reverse

bool QQuickAnimationPropertyUpdater::reverse

Definition at line 299 of file qquickanimation_p_p.h.

◆ wasDeleted

bool* QQuickAnimationPropertyUpdater::wasDeleted

Definition at line 302 of file qquickanimation_p_p.h.


The documentation for this class was generated from the following files: