26 QQmlValueTypeProxyBinding(QObject *o, QQmlPropertyIndex coreIndex);
28 QQmlAbstractBinding *subBindings()
const;
29 QQmlAbstractBinding *binding(QQmlPropertyIndex targetPropertyIndex)
const;
30 void removeBindings(quint32 mask);
32 void setEnabled(
bool, QQmlPropertyData::WriteFlags) override;
33 Kind kind()
const final {
return QQmlAbstractBinding::ValueTypeProxy; }
36 ~QQmlValueTypeProxyBinding();
39 friend class QQmlAbstractBinding;