Uses of Class
io.qt.core.QDoublePropertyBinding
Packages that use QDoublePropertyBinding
-
Uses of QDoublePropertyBinding in io.qt.core
Methods in io.qt.core that return QDoublePropertyBindingModifier 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()
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) QDoublePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) QDoublePropertyAlias.setBinding
(DoubleSupplier functor) QObject.QDoubleProperty.setBinding
(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QObject.QDoubleProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.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()
QObject.QDoubleProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QDoublePropertyBindingModifier 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) QObject.QDoubleProperty.setBinding
(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.Constructors in io.qt.core with parameters of type QDoublePropertyBindingModifierConstructorDescriptionQDoubleProperty
(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.