![]() |
Qt 6.x
The Qt SDK
|
#include "qquickanimatorcontroller_p.h"
#include <private/qquickitem_p.h>
#include <private/qsgrenderloop_p.h>
#include <private/qanimationgroupjob_p.h>
#include <QtGui/qscreen.h>
#include <QtCore/qcoreapplication.h>
#include "moc_qquickanimatorcontroller_p.cpp"
Go to the source code of this file.
Functions | |
static void | qquickanimator_invalidate_jobs (QAbstractAnimationJob *job) |
static void | qquickanimator_sync_before_start (QAbstractAnimationJob *job) |
|
static |
Definition at line 27 of file qquickanimatorcontroller.cpp.
References QAbstractAnimationJob::isGroup(), QAbstractAnimationJob::isRenderThreadJob(), and qquickanimator_invalidate_jobs().
Referenced by qquickanimator_invalidate_jobs(), and QQuickAnimatorController::windowNodesDestroyed().
|
static |
Definition at line 76 of file qquickanimatorcontroller.cpp.
References QAbstractAnimationJob::isGroup(), QAbstractAnimationJob::isRenderThreadJob(), and qquickanimator_sync_before_start().
Referenced by QQuickAnimatorController::beforeNodeSync(), and qquickanimator_sync_before_start().