![]() |
Qt 6.x
The Qt SDK
|
Static Public Member Functions | |
static void | onProxyChanged (QPropertyObserver *, QUntypedPropertyData *) |
![]() | |
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 > |
![]() | |
enum | ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder } |
![]() | |
using | ChangeHandler = void(*)(QPropertyObserver *, QUntypedPropertyData *) |
![]() | |
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.
|
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.