![]() |
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 | |
template<typename Concrete> | |
static bool | update (QMetaType metaType, QUntypedPropertyData *dataPtr, void *f) |
Static Public Member Functions inherited from QPropertyBindingPrivate | |
static constexpr size_t | getSizeEnsuringAlignment () |
static QPropertyBindingPrivate * | get (const QUntypedPropertyBinding &binding) |
static QPropertyBindingPrivate * | currentlyEvaluatingBinding () |
static void | destroyAndFreeMemory (QPropertyBindingPrivate *priv) |
Protected Attributes | |
QQmlPropertyToPropertyBinding | m_binding |
Protected Attributes inherited from QPropertyBindingPrivate | |
QUntypedPropertyData * | propertyDataPtr = nullptr |
union { | |
QPropertyBindingSourceLocation location | |
struct { | |
std::byte declarativeExtraData [sizeof(QPropertyBindingSourceLocation) - sizeof(DeclarativeErrorCallback)] | |
DeclarativeErrorCallback errorCallBack | |
} | |
}; |
Additional Inherited Members | |
Public Types inherited from QPropertyBindingPrivate | |
enum | NotificationState : bool { Delayed , Sent } |
Public Attributes inherited from QPropertyBindingPrivate | |
size_t | dependencyObserverCount = 0 |
Protected Types inherited from QPropertyBindingPrivate | |
using | DeclarativeErrorCallback = void(*)(QPropertyBindingPrivate *) |
Definition at line 137 of file qqmlpropertytopropertybinding_p.h.
QQmlPropertyToBindablePropertyBinding::QQmlPropertyToBindablePropertyBinding | ( | QQmlEngine * | engine, |
const QQmlProperty & | source, | ||
const QQmlProperty & | target, | ||
const QtPrivate::BindingFunctionVTable * | vtable ) |
Definition at line 172 of file qqmlpropertytopropertybinding.cpp.
References QQmlPropertyToBindablePropertyBinding().
Referenced by QQmlPropertyToBindablePropertyBinding().
|
inlinestatic |
Definition at line 145 of file qqmlpropertytopropertybinding_p.h.
|
protected |
Definition at line 163 of file qqmlpropertytopropertybinding_p.h.