Qt 4.8
|
#include "qabstractanimation.h"
#include "qanimationgroup.h"
#include <QtCore/qdebug.h>
#include "qabstractanimation_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qthreadstorage.h>
#include <QtCore/qcoreevent.h>
#include <QtCore/qpointer.h>
#include "moc_qabstractanimation.cpp"
Go to the source code of this file.
Macros | |
#define | DEFAULT_TIMER_INTERVAL 16 |
#define | STARTSTOP_TIMER_DELAY 0 |
#define DEFAULT_TIMER_INTERVAL 16 |
Definition at line 174 of file qabstractanimation.cpp.
#define STARTSTOP_TIMER_DELAY 0 |
Definition at line 175 of file qabstractanimation.cpp.
Referenced by QUnifiedTimer::registerAnimation(), and QUnifiedTimer::unregisterAnimation().