Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
int prevInterpolatorType
 
bool reverse
 
bool fromIsSourced
 
bool fromIsDefined
 
bool * wasDeleted
 

Detailed Description

Definition at line 282 of file qquickanimation_p_p.h.

Constructor & Destructor Documentation

◆ QQuickAnimationPropertyUpdater()

QQuickAnimationPropertyUpdater::QQuickAnimationPropertyUpdater ( )
inline

Definition at line 285 of file qquickanimation_p_p.h.

◆ ~QQuickAnimationPropertyUpdater()

QQuickAnimationPropertyUpdater::~QQuickAnimationPropertyUpdater ( )
override

Definition at line 2888 of file qquickanimation.cpp.

References wasDeleted.

Member Function Documentation

◆ debugUpdater()

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

Reimplemented from QQuickBulkValueUpdater.

Definition at line 2732 of file qquickanimation.cpp.

References actions, QList< T >::at(), QByteArray::constData(), d, QQuickStateAction::fromValue, i, QQmlProperty::name, QQmlProperty::object, QQuickStateAction::property, QList< T >::size(), and QQuickStateAction::toValue.

+ Here is the call graph for this function:

◆ setValue()

Member Data Documentation

◆ actions

QQuickStateActions QQuickAnimationPropertyUpdater::actions

Definition at line 292 of file qquickanimation_p_p.h.

Referenced by debugUpdater(), and setValue().

◆ fromIsDefined

bool QQuickAnimationPropertyUpdater::fromIsDefined

Definition at line 298 of file qquickanimation_p_p.h.

Referenced by setValue().

◆ fromIsSourced

bool QQuickAnimationPropertyUpdater::fromIsSourced

Definition at line 297 of file qquickanimation_p_p.h.

Referenced by setValue().

◆ interpolator

QVariantAnimation::Interpolator QQuickAnimationPropertyUpdater::interpolator

Definition at line 294 of file qquickanimation_p_p.h.

Referenced by setValue().

◆ interpolatorType

int QQuickAnimationPropertyUpdater::interpolatorType

◆ prevInterpolatorType

int QQuickAnimationPropertyUpdater::prevInterpolatorType

Definition at line 295 of file qquickanimation_p_p.h.

Referenced by setValue().

◆ reverse

bool QQuickAnimationPropertyUpdater::reverse

Definition at line 296 of file qquickanimation_p_p.h.

Referenced by setValue().

◆ wasDeleted

bool* QQuickAnimationPropertyUpdater::wasDeleted

Definition at line 299 of file qquickanimation_p_p.h.

Referenced by ~QQuickAnimationPropertyUpdater(), and setValue().


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