Uses of Interface
io.qt.QtUtilities.FloatSupplier
Packages that use QtUtilities.FloatSupplier
-
Uses of QtUtilities.FloatSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.FloatSupplierModifier and TypeMethodDescriptionQFloatBindable.setBinding
(QtUtilities.FloatSupplier functor) QFloatProperty.setBinding
(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QFloatPropertyAlias.setBinding
(QtUtilities.FloatSupplier functor) QObject.QFloatProperty.setBinding
(QtUtilities.FloatSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.Constructors in io.qt.core with parameters of type QtUtilities.FloatSupplierModifierConstructorDescriptionConstructs afloat
-typed computed-value property according to the given value supplier.QFloatProperty
(QtUtilities.FloatSupplier functor) Constructs afloat
-typed property bound to the providedfunctor
.QFloatProperty
(QtUtilities.FloatSupplier functor) Constructs afloat
-typed property bound to the providedfunctor
.Creates a newQFloatPropertyBinding
with the given functorf
.