25 QQmlValueTypeProxyBinding(QObject *o, QQmlPropertyIndex coreIndex);
27 QQmlAbstractBinding *subBindings()
const;
28 QQmlAbstractBinding *binding(QQmlPropertyIndex targetPropertyIndex)
const;
29 void removeBindings(quint32 mask);
31 void setEnabled(
bool, QQmlPropertyData::WriteFlags) override;
32 Kind kind()
const final {
return QQmlAbstractBinding::ValueTypeProxy; }
35 ~QQmlValueTypeProxyBinding();
38 friend class QQmlAbstractBinding;