![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickBehaviorPrivate:
Collaboration diagram for QQuickBehaviorPrivate:Static Public Member Functions | |
| static void | onProxyChanged (QPropertyObserver *, QUntypedPropertyData *) |
Static Public Member Functions inherited from QObjectPrivate | |
| 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 | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Public Types inherited from QPropertyObserverBase | |
| enum | ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder } |
Protected Types inherited from QPropertyObserverBase | |
| using | ChangeHandler = void(*)(QPropertyObserver *, QUntypedPropertyData *) |
Protected Member Functions inherited from QPropertyObserver | |
| QPropertyObserver (ChangeHandler changeHandler) | |
| QUntypedPropertyData * | aliasedProperty () const |
Definition at line 131 of file qquickbehavior.cpp.
|
inline |
Definition at line 136 of file qquickbehavior.cpp.
|
overridevirtual |
Reimplemented from QAnimationJobChangeListener.
Definition at line 235 of file qquickbehavior.cpp.
References animation, blockRunningChanged, newState(), and QAbstractAnimationJob::Running.
Here is the call graph for this function:
|
static |
Definition at line 229 of file qquickbehavior.cpp.
| QPointer<QQuickAbstractAnimation> QQuickBehaviorPrivate::animation = nullptr |
Definition at line 142 of file qquickbehavior.cpp.
Referenced by animationStateChanged().
| QAbstractAnimationJob* QQuickBehaviorPrivate::animationInstance = nullptr |
Definition at line 143 of file qquickbehavior.cpp.
| bool QQuickBehaviorPrivate::blockRunningChanged = false |
Definition at line 147 of file qquickbehavior.cpp.
Referenced by animationStateChanged().
| bool QQuickBehaviorPrivate::enabled = true |
Definition at line 145 of file qquickbehavior.cpp.
| bool QQuickBehaviorPrivate::finalized = false |
Definition at line 146 of file qquickbehavior.cpp.
| QQmlProperty QQuickBehaviorPrivate::property |
Definition at line 140 of file qquickbehavior.cpp.
| std::unique_ptr<UntypedProxyProperty> QQuickBehaviorPrivate::propertyProxy |
Definition at line 144 of file qquickbehavior.cpp.
| QVariant QQuickBehaviorPrivate::targetValue |
Definition at line 141 of file qquickbehavior.cpp.