Uses of Class
io.qt.core.QPropertyBinding
-
Uses of QPropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQBindable.binding()
Returns the binding expression that is associated with the underlying property.final QPropertyBinding
<T> QObject.QProperty.binding()
Returns the binding expression that is associated with this property.QProperty.binding()
Returns the binding expression that is associated with this property.QPropertyAlias.binding()
static QPropertyBinding
<@QtPrimitiveType Boolean> QPropertyBinding.fromBinding
(QBooleanPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Byte> QPropertyBinding.fromBinding
(QBytePropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QPropertyBinding.fromBinding
(QCharPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Double> QPropertyBinding.fromBinding
(QDoublePropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Float> QPropertyBinding.fromBinding
(QFloatPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Integer> QPropertyBinding.fromBinding
(QIntPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Long> QPropertyBinding.fromBinding
(QLongPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding
<@QtPrimitiveType Short> QPropertyBinding.fromBinding
(QShortPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QBindable.makeBinding()
Creates a binding to the underlying property.QBindable.setBinding
(QPropertyBinding<T> binding) Associates the value of the underlying property with the providednewBinding
expression and returns the previously associated binding.QBindable.setBinding
(QtUtilities.Supplier<T> functor) Associates the value of the underlying property with the providedfunctor
and returns the previously associated binding.final QPropertyBinding
<T> QObject.QProperty.setBinding
(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QPropertyBinding
<T> QObject.QProperty.setBinding
(QtUtilities.Supplier<? extends T> functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QProperty.setBinding
(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QProperty.setBinding
(QtUtilities.Supplier<T> functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyAlias.setBinding
(QPropertyBinding<T> newBinding) QPropertyAlias.setBinding
(QtUtilities.Supplier<T> functor) QBindable.takeBinding()
Disassociates the binding expression from the underlying property and returns it.final QPropertyBinding
<T> QObject.QProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QPropertyAlias.takeBinding()
Modifier and TypeMethodDescriptionQBindable.setBinding
(QPropertyBinding<T> binding) Associates the value of the underlying property with the providednewBinding
expression and returns the previously associated binding.QBooleanBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> binding) QBooleanProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QBooleanPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) QByteBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> binding) QByteProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QBytePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) QCharBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Character> binding) QCharProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QCharPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) QDoubleBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Double> binding) QDoubleProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoublePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) QFloatBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Float> binding) QFloatProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QFloatPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) QIntBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> binding) QIntProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QIntPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) QLongBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Long> binding) QLongProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) final QBooleanPropertyBinding
QObject.QBooleanProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QDoublePropertyBinding
QObject.QDoubleProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QFloatPropertyBinding
QObject.QFloatProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QIntPropertyBinding
QObject.QIntProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QLongPropertyBinding
QObject.QLongProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QPropertyBinding
<T> QObject.QProperty.setBinding
(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QShortPropertyBinding
QObject.QShortProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QProperty.setBinding
(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyAlias.setBinding
(QPropertyBinding<T> newBinding) QShortBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Short> binding) QShortProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Short> newBinding) ModifierConstructorDescriptionConstructs aboolean
-typed property with the provided binding.Constructs aboolean
-typed property with the provided binding.Creates a newQBooleanPropertyBinding
as copy of the given binding.QByteProperty
(QPropertyBinding<@QtPrimitiveType Byte> binding) Constructs abyte
-typed property with the provided binding.QByteProperty
(QPropertyBinding<@QtPrimitiveType Byte> binding) Constructs abyte
-typed property with the provided binding.Creates a newQBytePropertyBinding
as copy of the given binding.Constructs achar
-typed property with the provided binding.Constructs achar
-typed property with the provided binding.Creates a newQCharPropertyBinding
as copy of the given binding.Constructs adouble
-typed property with the provided binding.Constructs adouble
-typed property with the provided binding.Creates a newQDoublePropertyBinding
as copy of the given binding.QFloatProperty
(QPropertyBinding<@QtPrimitiveType Float> binding) Constructs afloat
-typed property with the provided binding.QFloatProperty
(QPropertyBinding<@QtPrimitiveType Float> binding) Constructs afloat
-typed property with the provided binding.Creates a newQFloatPropertyBinding
as copy of the given binding.QIntProperty
(QPropertyBinding<@QtPrimitiveType Integer> binding) Constructs anint
-typed property with the provided binding.QIntProperty
(QPropertyBinding<@QtPrimitiveType Integer> binding) Constructs anint
-typed property with the provided binding.Creates a newQIntPropertyBinding
as copy of the given binding.QLongProperty
(QPropertyBinding<@QtPrimitiveType Long> binding) Constructs along
-typed property with the provided binding.QLongProperty
(QPropertyBinding<@QtPrimitiveType Long> binding) Constructs along
-typed property with the provided binding.Creates a newQLongPropertyBinding
as copy of the given binding.QProperty
(QPropertyBinding<T> binding) Constructs a property with the provided binding.QPropertyBinding
(QPropertyBinding<T> other) Creates a new genericQPropertyBinding
as copy of the given binding.QShortProperty
(QPropertyBinding<@QtPrimitiveType Short> binding) Constructs ashort
-typed property with the provided binding.QShortProperty
(QPropertyBinding<@QtPrimitiveType Short> binding) Constructs ashort
-typed property with the provided binding.Creates a newQShortPropertyBinding
as copy of the given binding.