![]() |
Qt 6.x
The Qt SDK
|
#include <qquickanimation_p_p.h>
Static Public Member Functions | |
static QQmlProperty | createProperty (QObject *obj, const QString &str, QObject *infoObj, QString *errorMessage=nullptr) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 137 of file qquickanimation_p_p.h.
|
inline |
Definition at line 141 of file qquickanimation_p_p.h.
|
overridevirtual |
Reimplemented from QAnimationJobChangeListener.
Definition at line 647 of file qquickanimation.cpp.
References alwaysRunToEnd, animationInstance, emit, loopCount, and QAbstractAnimationJob::setLoopCount().
void QQuickAbstractAnimationPrivate::animationGroupDirty | ( | ) |
Definition at line 168 of file qquickanimation.cpp.
References QQuickAnimationGroupPrivate::animationDirty, componentComplete, QObjectPrivate::get(), and Q_ASSERT.
void QQuickAbstractAnimationPrivate::commence | ( | ) |
Definition at line 125 of file qquickanimation.cpp.
References QAbstractAnimationJob::addAnimationChangeListener(), animationInstance, QAbstractAnimationJob::Completion, QAbstractAnimationJob::CurrentLoop, emit, QQuickAbstractAnimation::Forward, properties, Q_ASSERT, QQuickAbstractAnimation::RenderThread, and QAbstractAnimationJob::start().
|
static |
Definition at line 147 of file qquickanimation.cpp.
References QString::arg(), errorMessage(), QQmlProperty::isValid(), QQmlProperty::isWritable(), qmlContext(), qmlWarning(), and str.
bool QQuickAbstractAnimationPrivate::alwaysRunToEnd |
Definition at line 149 of file qquickanimation_p_p.h.
Referenced by animationFinished().
QAbstractAnimationJob* QQuickAbstractAnimationPrivate::animationInstance |
Definition at line 164 of file qquickanimation_p_p.h.
Referenced by QQuickPropertyAnimationPrivate::animationCurrentLoopChanged(), animationFinished(), commence(), and QQuickAnimationGroupPrivate::restartFromCurrentLoop().
bool QQuickAbstractAnimationPrivate::avoidPropertyValueSourceStart |
Definition at line 152 of file qquickanimation_p_p.h.
bool QQuickAbstractAnimationPrivate::componentComplete |
Definition at line 151 of file qquickanimation_p_p.h.
Referenced by animationGroupDirty().
QQmlProperty QQuickAbstractAnimationPrivate::defaultProperty |
Definition at line 161 of file qquickanimation_p_p.h.
Referenced by QQuickAnimatorPrivate::apply().
bool QQuickAbstractAnimationPrivate::disableUserControl |
Definition at line 153 of file qquickanimation_p_p.h.
QQuickAnimationGroup* QQuickAbstractAnimationPrivate::group |
Definition at line 163 of file qquickanimation_p_p.h.
int QQuickAbstractAnimationPrivate::loopCount |
Definition at line 156 of file qquickanimation_p_p.h.
Referenced by animationFinished(), QQuickAnimatorPrivate::apply(), and QQuickAnimationGroupPrivate::restartFromCurrentLoop().
bool QQuickAbstractAnimationPrivate::needsDeferredSetRunning |
Definition at line 154 of file qquickanimation_p_p.h.
bool QQuickAbstractAnimationPrivate::paused |
Definition at line 148 of file qquickanimation_p_p.h.
bool QQuickAbstractAnimationPrivate::running |
Definition at line 147 of file qquickanimation_p_p.h.