Uses of Class
io.qt.core.QFloatPropertyBinding
Packages that use QFloatPropertyBinding
-
Uses of QFloatPropertyBinding in io.qt.core
Methods in io.qt.core that return QFloatPropertyBindingModifier and TypeMethodDescriptionQFloatBindable.binding()Returns the binding expression that is associated with the underlying property.QFloatProperty.binding()Returns the binding expression that is associated with this property.QFloatPropertyAlias.binding()Deprecated, for removal: This API element is subject to removal in a future version.final QFloatPropertyBindingQObject.QFloatProperty.binding()Returns the binding expression that is associated with this property.QFloatBindable.makeBinding()Creates a binding to the underlying property.QFloatBindable.setBinding(QFloatPropertyBinding binding) QFloatBindable.setBinding(QPropertyBinding<@QtPrimitiveType Float> binding) QFloatBindable.setBinding(QtUtilities.FloatSupplier functor) QFloatProperty.setBinding(QFloatPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QFloatProperty.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QFloatProperty.setBinding(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QFloatPropertyAlias.setBinding(QFloatPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QFloatPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QFloatPropertyAlias.setBinding(QtUtilities.FloatSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QFloatPropertyBindingQObject.QFloatProperty.setBinding(QFloatPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QFloatPropertyBindingQObject.QFloatProperty.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QFloatPropertyBindingQObject.QFloatProperty.setBinding(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QFloatBindable.takeBinding()Disassociates the binding expression from this property and returns it.QFloatProperty.takeBinding()Disassociates the binding expression from this property and returns it.QFloatPropertyAlias.takeBinding()Deprecated, for removal: This API element is subject to removal in a future version.final QFloatPropertyBindingQObject.QFloatProperty.takeBinding()Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QFloatPropertyBindingModifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Float>QPropertyBinding.fromBinding(QFloatPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.QFloatBindable.setBinding(QFloatPropertyBinding binding) QFloatProperty.setBinding(QFloatPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QFloatPropertyAlias.setBinding(QFloatPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QFloatPropertyBindingQObject.QFloatProperty.setBinding(QFloatPropertyBinding 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 QFloatPropertyBindingModifierConstructorDescriptionQFloatProperty(QFloatPropertyBinding binding) Constructs afloat-typed property with the provided binding.QFloatProperty(QFloatPropertyBinding binding) Constructs afloat-typed property with the provided binding.Creates a newQFloatPropertyBindingas copy of the given binding.