#include <qqmlpropertytopropertybinding_p.h>
|
| | QQmlBindableToBindablePropertyBinding (QQmlEngine *engine, const QQmlProperty &source, const QQmlProperty &target) |
| void | captureProperty (const QMetaObject *, const QMetaProperty &) |
| | QQmlPropertyToBindablePropertyBinding (QQmlEngine *engine, const QQmlProperty &source, const QQmlProperty &target, const QtPrivate::BindingFunctionVTable *vtable) |
| bool | isUpdating () |
| void | setSticky (bool keep=true) |
| bool | isSticky () |
| void | scheduleNotify () |
| | QPropertyBindingPrivate (QMetaType metaType, const QtPrivate::BindingFunctionVTable *vtable, const QPropertyBindingSourceLocation &location, bool isQQmlPropertyBinding=false) |
| | ~QPropertyBindingPrivate () |
| void | setProperty (QUntypedPropertyData *propertyPtr) |
| void | setStaticObserver (QtPrivate::QPropertyObserverCallback callback, QtPrivate::QPropertyBindingWrapper bindingWrapper) |
| void | prependObserver (QPropertyObserverPointer observer) |
| QPropertyObserverPointer | takeObservers () |
| void | clearDependencyObservers () |
| Q_ALWAYS_INLINE QPropertyObserverPointer | allocateDependencyObserver () |
| QPropertyObserverPointer | allocateDependencyObserver_slow () |
| QPropertyBindingSourceLocation | sourceLocation () const |
| QPropertyBindingError | bindingError () const |
| QMetaType | valueMetaType () const |
| void | unlinkAndDeref () |
| bool | evaluateRecursive (PendingBindingObserverList &bindingObservers, QBindingStatus *status=nullptr) |
| Q_ALWAYS_INLINE bool | evaluateRecursive_inline (PendingBindingObserverList &bindingObservers, QBindingStatus *status) |
| void | notifyNonRecursive (const PendingBindingObserverList &bindingObservers) |
| NotificationState | notifyNonRecursive () |
| void | setError (QPropertyBindingError &&e) |
| void | detachFromProperty () |
| bool | hasCustomVTable () const |
| int | refCount () const |
| void | addRef () |
| bool | deref () |
◆ QQmlBindableToBindablePropertyBinding()
◆ captureProperty()
The documentation for this class was generated from the following files: