![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 121 of file qabstractanimation.cpp.
| #define PAUSE_TIMER_COARSE_THRESHOLD 2000 |
Definition at line 122 of file qabstractanimation.cpp.
Definition at line 127 of file qabstractanimation.cpp.
| QT_BEGIN_NAMESPACE typedef QList< QAbstractAnimationTimer * >::ConstIterator TimerListConstIt |
Definition at line 126 of file qabstractanimation.cpp.