Uses of Class
io.qt.core.QFloatPropertyBinding
-
Uses of QFloatPropertyBinding in io.qt.core
Modifier 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 QFloatPropertyBinding
QObject.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 providednewBinding
expression and returns the previously associated binding.QFloatProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QFloatProperty.setBinding
(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctor
and 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 QFloatPropertyBinding
QObject.QFloatProperty.setBinding
(QFloatPropertyBinding 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 QFloatPropertyBinding
QObject.QFloatProperty.setBinding
(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctor
and 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 QFloatPropertyBinding
QObject.QFloatProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Float>
QPropertyBinding.fromBinding
(QFloatPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QFloatBindable.setBinding
(QFloatPropertyBinding binding) QFloatProperty.setBinding
(QFloatPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression 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 QFloatPropertyBinding
QObject.QFloatProperty.setBinding
(QFloatPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQFloatProperty
(QFloatPropertyBinding binding) Constructs afloat
-typed property with the provided binding.QFloatProperty
(QFloatPropertyBinding binding) Constructs afloat
-typed property with the provided binding.Creates a newQFloatPropertyBinding
as copy of the given binding.