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

#include <qquickanimation_p_p.h>

+ Inheritance diagram for QAbstractAnimationAction:
+ Collaboration diagram for QAbstractAnimationAction:

Public Member Functions

virtual ~QAbstractAnimationAction ()
 
virtual void doAction ()=0
 
virtual void debugAction (QDebug, int) const
 

Detailed Description

Definition at line 39 of file qquickanimation_p_p.h.

Constructor & Destructor Documentation

◆ ~QAbstractAnimationAction()

virtual QAbstractAnimationAction::~QAbstractAnimationAction ( )
inlinevirtual

Definition at line 42 of file qquickanimation_p_p.h.

Member Function Documentation

◆ debugAction()

virtual void QAbstractAnimationAction::debugAction ( QDebug ,
int  ) const
inlinevirtual

Reimplemented in QAnimationActionProxy< T, method, debugMethod >.

Definition at line 44 of file qquickanimation_p_p.h.

Referenced by QActionAnimation::debugAnimation().

+ Here is the caller graph for this function:

◆ doAction()

virtual void QAbstractAnimationAction::doAction ( )
pure virtual

Implemented in QQuickParentAnimationData, and QAnimationActionProxy< T, method, debugMethod >.

Referenced by QActionAnimation::updateState().

+ Here is the caller graph for this function:

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