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()final QDoublePropertyBindingQObject.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 providednewBindingexpression and returns the previously associated binding.QDoubleProperty.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QDoubleProperty.setBinding(DoubleSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QDoublePropertyAlias.setBinding(QDoublePropertyBinding newBinding) QDoublePropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) QDoublePropertyAlias.setBinding(DoubleSupplier functor) final QDoublePropertyBindingQObject.QDoubleProperty.setBinding(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QDoublePropertyBindingQObject.QDoubleProperty.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QDoublePropertyBindingQObject.QDoubleProperty.setBinding(DoubleSupplier functor) Associates the value of this property with the providedfunctorand 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()final QDoublePropertyBindingQObject.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 genericQPropertyBindingas copy of the given primitive-typed binding.QDoubleBindable.setBinding(QDoublePropertyBinding binding) QDoubleProperty.setBinding(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QDoublePropertyAlias.setBinding(QDoublePropertyBinding newBinding) final QDoublePropertyBindingQObject.QDoubleProperty.setBinding(QDoublePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression 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 newQDoublePropertyBindingas copy of the given binding.