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
QQuickBulkValueUpdater Class Referenceabstract

#include <qquickanimation_p_p.h>

+ Inheritance diagram for QQuickBulkValueUpdater:
+ Collaboration diagram for QQuickBulkValueUpdater:

Public Member Functions

virtual ~QQuickBulkValueUpdater ()
 
virtual void setValue (qreal value)=0
 
virtual void debugUpdater (QDebug, int) const
 

Detailed Description

Definition at line 83 of file qquickanimation_p_p.h.

Constructor & Destructor Documentation

◆ ~QQuickBulkValueUpdater()

virtual QQuickBulkValueUpdater::~QQuickBulkValueUpdater ( )
inlinevirtual

Definition at line 86 of file qquickanimation_p_p.h.

Member Function Documentation

◆ debugUpdater()

virtual void QQuickBulkValueUpdater::debugUpdater ( QDebug ,
int  ) const
inlinevirtual

Reimplemented in QQuickAnimationPropertyUpdater.

Definition at line 88 of file qquickanimation_p_p.h.

Referenced by QQuickBulkValueAnimator::debugAnimation().

+ Here is the caller graph for this function:

◆ setValue()

virtual void QQuickBulkValueUpdater::setValue ( qreal value)
pure virtual

Implemented in QQuickAnimationPropertyUpdater.

Referenced by QQuickBulkValueAnimator::updateCurrentTime().

+ Here is the caller graph for this function:

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