Uses of Class
io.qt.core.QDoublePropertyBinding
-
Uses of QDoublePropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQDoubleBindable.binding()
Returns the binding expression that is associated with the underlying property.QDoubleProperty.binding()
Returns the binding expression that is associated with this property.QDoublePropertyAlias.binding()
Deprecated, for removal: This API element is subject to removal in a future version.final QDoublePropertyBinding
QObject.QDoubleProperty.binding()
Returns the binding expression that is associated with this property.QDoubleBindable.makeBinding()
Creates a binding to the underlying property.QDoubleBindable.setBinding
(QDoublePropertyBinding binding) QDoubleBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Double> binding) QDoubleBindable.setBinding
(DoubleSupplier functor) QDoubleProperty.setBinding
(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoubleProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoubleProperty.setBinding
(DoubleSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QDoublePropertyAlias.setBinding
(QDoublePropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QDoublePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QDoublePropertyAlias.setBinding
(DoubleSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QDoublePropertyBinding
QObject.QDoubleProperty.setBinding
(QDoublePropertyBinding 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 QDoublePropertyBinding
QObject.QDoubleProperty.setBinding
(DoubleSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QDoubleBindable.takeBinding()
Disassociates the binding expression from this property and returns it.QDoubleProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QDoublePropertyAlias.takeBinding()
Deprecated, for removal: This API element is subject to removal in a future version.final QDoublePropertyBinding
QObject.QDoubleProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Double>
QPropertyBinding.fromBinding
(QDoublePropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QDoubleBindable.setBinding
(QDoublePropertyBinding binding) QDoubleProperty.setBinding
(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoublePropertyAlias.setBinding
(QDoublePropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QDoublePropertyBinding
QObject.QDoubleProperty.setBinding
(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQDoubleProperty
(QDoublePropertyBinding binding) Constructs adouble
-typed property with the provided binding.QDoubleProperty
(QDoublePropertyBinding binding) Constructs adouble
-typed property with the provided binding.Creates a newQDoublePropertyBinding
as copy of the given binding.