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
QQuickParentAnimationData Struct Reference
+ Inheritance diagram for QQuickParentAnimationData:
+ Collaboration diagram for QQuickParentAnimationData:

Public Member Functions

 QQuickParentAnimationData ()
 
 ~QQuickParentAnimationData ()
 
void doAction () override
 
- Public Member Functions inherited from QAbstractAnimationAction
virtual ~QAbstractAnimationAction ()
 
virtual void debugAction (QDebug, int) const
 

Public Attributes

QQuickStateActions actions
 
bool reverse
 
QList< QQuickParentChange * > pc
 

Detailed Description

Definition at line 165 of file qquickitemanimation.cpp.

Constructor & Destructor Documentation

◆ QQuickParentAnimationData()

QQuickParentAnimationData::QQuickParentAnimationData ( )
inline

Definition at line 167 of file qquickitemanimation.cpp.

◆ ~QQuickParentAnimationData()

QQuickParentAnimationData::~QQuickParentAnimationData ( )
inline

Definition at line 168 of file qquickitemanimation.cpp.

References pc, and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ doAction()

void QQuickParentAnimationData::doAction ( )
inlineoverridevirtual

Implements QAbstractAnimationAction.

Definition at line 174 of file qquickitemanimation.cpp.

References actions, QList< T >::at(), QQuickStateAction::event, QQuickStateActionEvent::execute(), reverse, QQuickStateActionEvent::reverse(), and QList< T >::size().

+ Here is the call graph for this function:

Member Data Documentation

◆ actions

QQuickStateActions QQuickParentAnimationData::actions

Definition at line 170 of file qquickitemanimation.cpp.

Referenced by doAction().

◆ pc

QList<QQuickParentChange *> QQuickParentAnimationData::pc

Definition at line 173 of file qquickitemanimation.cpp.

Referenced by ~QQuickParentAnimationData().

◆ reverse

bool QQuickParentAnimationData::reverse

Definition at line 172 of file qquickitemanimation.cpp.

Referenced by doAction().


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