Uses of Interface
io.qt.QtUtilities.FloatSupplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QtUtilities.FloatSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.FloatSupplier Modifier and Type Method Description QFloatPropertyBinding
QFloatBindable. setBinding(QtUtilities.FloatSupplier functor)
QFloatPropertyBinding
QFloatProperty. setBinding(QtUtilities.FloatSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QFloatPropertyBinding
QFloatPropertyAlias. setBinding(QtUtilities.FloatSupplier functor)
QFloatPropertyBinding
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.FloatSupplier Constructor Description QComputedFloatProperty(QtUtilities.FloatSupplier getter)
Constructs 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
.QFloatPropertyBinding(QtUtilities.FloatSupplier f)
Creates a newQFloatPropertyBinding
with the given functorf
.