![]() |
Qt 6.x
The Qt SDK
|
#include <qquickpropertychanges_p.h>
Additional Inherited Members | |
![]() | |
enum | Flag { NoFlag = 0x00000000 , AcceptsAttachedProperties = 0x00000001 , AcceptsSignalHandlers = 0x00000002 } |
![]() | |
void | error (const QV4::CompiledData::Binding *binding, const QString &description) |
void | error (const QV4::CompiledData::Object *object, const QString &description) |
void | error (const QV4::CompiledData::Location &location, const QString &description) |
Reports an error with the given description. | |
int | evaluateEnum (const QString &, bool *ok) const |
If script is a simple enumeration expression (eg. | |
const QMetaObject * | resolveType (const QString &) const |
Resolves name to a type, or 0 if it is not a type. | |
Definition at line 72 of file qquickpropertychanges_p.h.
|
inline |
Definition at line 75 of file qquickpropertychanges_p.h.
|
overridevirtual |
Implements QQmlCustomParser.
Definition at line 340 of file qquickpropertychanges.cpp.
References QQuickPropertyChangesPrivate::bindings, QObjectPrivate::get(), QQmlData::get(), and Q_ASSERT.
|
overridevirtual |
Implements QQmlCustomParser.
Definition at line 334 of file qquickpropertychanges.cpp.
References verifyList().
void QQuickPropertyChangesParser::verifyList | ( | const QQmlRefPointer< QV4::ExecutableCompilationUnit > & | compilationUnit, |
const QV4::CompiledData::Binding * | binding | ||
) |
Definition at line 215 of file qquickpropertychanges.cpp.
References QV4::CompiledData::Object::bindingTable(), error, i, QV4::CompiledData::Object::nBindings, QV4::CompiledData::Binding::objectIndex, QV4::CompiledData::Binding::type(), QV4::CompiledData::Binding::Type_AttachedProperty, QV4::CompiledData::Binding::Type_GroupProperty, QV4::CompiledData::Binding::Type_Object, QV4::CompiledData::Binding::value, and verifyList().
Referenced by verifyBindings(), and verifyList().