![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpropertytopropertybinding_p.h>
Static Public Member Functions | |
static bool | update (QMetaType metaType, QUntypedPropertyData *dataPtr, void *f) |
![]() | |
static constexpr size_t | getSizeEnsuringAlignment () |
static QPropertyBindingPrivate * | get (const QUntypedPropertyBinding &binding) |
static QPropertyBindingPrivate * | currentlyEvaluatingBinding () |
static void | destroyAndFreeMemory (QPropertyBindingPrivate *priv) |
Additional Inherited Members | ||
![]() | ||
enum | NotificationState : bool { Delayed , Sent } | |
![]() | ||
enum | Callback { None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 , QQmlUnbindableToUnbindableGuard = 4 , QQmlUnbindableToBindableGuard = 5 , QQmlDirtyReferenceObject = 6 } | |
![]() | ||
size_t | dependencyObserverCount = 0 | |
![]() | ||
using | DeclarativeErrorCallback = void(*)(QPropertyBindingPrivate *) | |
![]() | ||
QUntypedPropertyData * | propertyDataPtr = nullptr | |
union { | ||
QPropertyBindingSourceLocation location | ||
struct { | ||
std::byte declarativeExtraData [sizeof(QPropertyBindingSourceLocation) - sizeof(DeclarativeErrorCallback)] | ||
DeclarativeErrorCallback errorCallBack | ||
} | ||
}; | ||
Definition at line 140 of file qqmlpropertytopropertybinding_p.h.
QQmlUnbindableToBindablePropertyBinding::QQmlUnbindableToBindablePropertyBinding | ( | QQmlEngine * | engine, |
QObject * | sourceObject, | ||
QQmlPropertyIndex | sourcePropertyIndex, | ||
QObject * | targetObject, | ||
int | targetPropertyIndex ) |
Definition at line 186 of file qqmlpropertytopropertybinding.cpp.
References QQmlUnbindableToBindablePropertyBinding().
Referenced by QQmlUnbindableToBindablePropertyBinding().
void QQmlUnbindableToBindablePropertyBinding::update | ( | ) |
Definition at line 222 of file qqmlpropertytopropertybinding.cpp.
Referenced by QQmlUnbindableToBindableGuard_callback().
|
static |
Definition at line 201 of file qqmlpropertytopropertybinding.cpp.