Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qabstractanimation.cpp File Reference

(bcefe2011963ab7c7db9f4270c6a543ed963005a)

#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 121 of file qabstractanimation.cpp.

◆ PAUSE_TIMER_COARSE_THRESHOLD

#define PAUSE_TIMER_COARSE_THRESHOLD   2000

Definition at line 122 of file qabstractanimation.cpp.

Typedef Documentation

◆ AnimationListConstIt

Variable Documentation

◆ TimerListConstIt

Definition at line 126 of file qabstractanimation.cpp.