![]() |
Qt 6.x
The Qt SDK
|
#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"
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 |
#define DEFAULT_TIMER_INTERVAL 16 |
Definition at line 120 of file qabstractanimation.cpp.
#define PAUSE_TIMER_COARSE_THRESHOLD 2000 |
Definition at line 121 of file qabstractanimation.cpp.
typedef QList<QAbstractAnimation*>::ConstIterator AnimationListConstIt |
Definition at line 126 of file qabstractanimation.cpp.
QT_BEGIN_NAMESPACE typedef QList<QAbstractAnimationTimer*>::ConstIterator TimerListConstIt |
Definition at line 125 of file qabstractanimation.cpp.