![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpropertycachecreator_p.h>
Public Member Functions | |
QQmlBindingInstantiationContext () | |
QQmlBindingInstantiationContext (int referencingObjectIndex, const QV4::CompiledData::Binding *instantiatingBinding, const QString &instantiatingPropertyName, const QQmlPropertyCache::ConstPtr &referencingObjectPropertyCache) | |
bool | resolveInstantiatingProperty () |
QQmlPropertyCache::ConstPtr | instantiatingPropertyCache () const |
Public Attributes | |
int | referencingObjectIndex = -1 |
const QV4::CompiledData::Binding * | instantiatingBinding = nullptr |
QString | instantiatingPropertyName |
QQmlPropertyCache::ConstPtr | referencingObjectPropertyCache |
const QQmlPropertyData * | instantiatingProperty = nullptr |
Definition at line 49 of file qqmlpropertycachecreator_p.h.
|
inline |
Definition at line 50 of file qqmlpropertycachecreator_p.h.
QQmlBindingInstantiationContext::QQmlBindingInstantiationContext | ( | int | referencingObjectIndex, |
const QV4::CompiledData::Binding * | instantiatingBinding, | ||
const QString & | instantiatingPropertyName, | ||
const QQmlPropertyCache::ConstPtr & | referencingObjectPropertyCache ) |
Definition at line 64 of file qqmlpropertycachecreator.cpp.
References QQmlBindingInstantiationContext(), and referencingObjectIndex.
Referenced by QQmlBindingInstantiationContext().
QQmlPropertyCache::ConstPtr QQmlBindingInstantiationContext::instantiatingPropertyCache | ( | ) | const |
Definition at line 96 of file qqmlpropertycachecreator.cpp.
bool QQmlBindingInstantiationContext::resolveInstantiatingProperty | ( | ) |
Definition at line 76 of file qqmlpropertycachecreator.cpp.
References referencingObjectIndex.
Referenced by QQmlPropertyCacheCreator< ObjectContainer >::buildMetaObjectRecursively().
const QV4::CompiledData::Binding* QQmlBindingInstantiationContext::instantiatingBinding = nullptr |
Definition at line 60 of file qqmlpropertycachecreator_p.h.
const QQmlPropertyData* QQmlBindingInstantiationContext::instantiatingProperty = nullptr |
Definition at line 63 of file qqmlpropertycachecreator_p.h.
QString QQmlBindingInstantiationContext::instantiatingPropertyName |
Definition at line 61 of file qqmlpropertycachecreator_p.h.
int QQmlBindingInstantiationContext::referencingObjectIndex = -1 |
Definition at line 59 of file qqmlpropertycachecreator_p.h.
Referenced by QQmlBindingInstantiationContext(), QQmlPropertyCacheCreator< ObjectContainer >::buildMetaObjectRecursively(), and resolveInstantiatingProperty().
QQmlPropertyCache::ConstPtr QQmlBindingInstantiationContext::referencingObjectPropertyCache |
Definition at line 62 of file qqmlpropertycachecreator_p.h.