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

(c193030c7c494a03abd2a6e42df22aefdb1f0d49)

#include "qabstractanimation.h"
#include "qanimationgroup.h"
#include <QtCore/qdebug.h>
#include "qabstractanimation_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qcoreevent.h>
#include <QtCore/qpointer.h>
#include <QtCore/qscopedvaluerollback.h>
#include "moc_qabstractanimation.cpp"
#include "moc_qabstractanimation_p.cpp"
+ Include dependency graph for qabstractanimation.cpp:

Go to the source code of this file.

Macros

#define DEFAULT_TIMER_INTERVAL   16
 
#define PAUSE_TIMER_COARSE_THRESHOLD   2000
 

Typedefs

typedef QList< QAbstractAnimation * >::ConstIterator AnimationListConstIt
 

Variables

QT_BEGIN_NAMESPACE typedef QList< QAbstractAnimationTimer * >::ConstIterator TimerListConstIt
 

Macro Definition Documentation

◆ DEFAULT_TIMER_INTERVAL

#define DEFAULT_TIMER_INTERVAL   16

Definition at line 120 of file qabstractanimation.cpp.

◆ PAUSE_TIMER_COARSE_THRESHOLD

#define PAUSE_TIMER_COARSE_THRESHOLD   2000

Definition at line 121 of file qabstractanimation.cpp.

Typedef Documentation

◆ AnimationListConstIt

typedef QList<QAbstractAnimation*>::ConstIterator AnimationListConstIt

Definition at line 126 of file qabstractanimation.cpp.

Variable Documentation

◆ TimerListConstIt

QT_BEGIN_NAMESPACE typedef QList<QAbstractAnimationTimer*>::ConstIterator TimerListConstIt

Definition at line 125 of file qabstractanimation.cpp.