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
qparallelanimationgroup.cpp File Reference

(30344aaa49ec495912fc6ce1fd9aa9bbc8585521)

#include "qparallelanimationgroup.h"
#include "qparallelanimationgroup_p.h"
#include "moc_qparallelanimationgroup.cpp"
+ Include dependency graph for qparallelanimationgroup.cpp:

Go to the source code of this file.

Typedefs

typedef QHash< QAbstractAnimation *, int >::Iterator AnimationTimeHashIt
 
typedef QHash< QAbstractAnimation *, int >::ConstIterator AnimationTimeHashConstIt
 

Variables

QT_BEGIN_NAMESPACE typedef QList< QAbstractAnimation * >::ConstIterator AnimationListConstIt
 

Typedef Documentation

◆ AnimationTimeHashConstIt

typedef QHash<QAbstractAnimation*,int>::ConstIterator AnimationTimeHashConstIt

Definition at line 37 of file qparallelanimationgroup.cpp.

◆ AnimationTimeHashIt

typedef QHash<QAbstractAnimation*,int>::Iterator AnimationTimeHashIt

Definition at line 36 of file qparallelanimationgroup.cpp.

Variable Documentation

◆ AnimationListConstIt

Definition at line 35 of file qparallelanimationgroup.cpp.