19 const QQmlSA::Element &element,
const QString &propertyName,
const QQmlSA::Binding &binding,
20 const QQmlSA::Element &bindingScope,
const QQmlSA::Element &value)
25 const auto property = getProperty(propertyName, binding, bindingScope);
26 if (!property.isValid())
29 if (
const auto propertyType = property.type())
30 warnOnCheckedBinding(binding, propertyType);
void onBinding(const QQmlSA::Element &element, const QString &propertyName, const QQmlSA::Binding &binding, const QQmlSA::Element &bindingScope, const QQmlSA::Element &value) override
Executes whenever a property gets bound to a value.