#include <qqmlpropertytopropertybinding_p.h>
|
| | QQmlUnbindableToBindablePropertyBinding (QQmlEngine *engine, const QQmlProperty &source, const QQmlProperty &target) |
| void | update () |
| void | captureProperty (const QMetaObject *, const QMetaProperty &property) |
| | 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 () |
| | QQmlNotifierEndpoint (Callback callback) |
| | ~QQmlNotifierEndpoint () |
| bool | isConnected () const |
| bool | isConnected (QObject *source, int sourceSignal) const |
| bool | isConnected (QQmlNotifier *) const |
| void | connect (QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify=true) |
| void | connect (QQmlNotifier *) |
| void | disconnect () |
| bool | isNotifying () const |
| | Returns true if a notify is in progress.
|
| void | startNotifying (qintptr *originalSenderPtr) |
| void | stopNotifying (qintptr *originalSenderPtr) |
| void | cancelNotify () |
| | Cancel any notifies that are in progress.
|
| int | signalIndex () const |
| qintptr | sender () const |
| void | setSender (qintptr sender) |
| QObject * | senderAsObject () const |
| QQmlNotifier * | senderAsNotifier () const |
◆ QQmlUnbindableToBindablePropertyBinding()
◆ captureProperty()
◆ update()
| void QQmlUnbindableToBindablePropertyBinding::update |
( |
| ) |
|
The documentation for this class was generated from the following files: