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()
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) QFloatPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Float> newBinding) QFloatPropertyAlias.setBinding
(QtUtilities.FloatSupplier functor) 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()
final QFloatPropertyBinding
QObject.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 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) final QFloatPropertyBinding
QObject.QFloatProperty.setBinding
(QFloatPropertyBinding 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 QFloatPropertyBindingModifierConstructorDescriptionQFloatProperty
(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.