Uses of Interface
io.qt.QtUtilities.ShortSupplier
Packages that use QtUtilities.ShortSupplier
-
Uses of QtUtilities.ShortSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.ShortSupplierModifier and TypeMethodDescriptionfinal QShortPropertyBinding
QObject.QShortProperty.setBinding
(QtUtilities.ShortSupplier functor) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortBindable.setBinding
(QtUtilities.ShortSupplier functor) QShortProperty.setBinding
(QtUtilities.ShortSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QShortPropertyAlias.setBinding
(QtUtilities.ShortSupplier functor) Constructors in io.qt.core with parameters of type QtUtilities.ShortSupplierModifierConstructorDescriptionConstructs ashort
-typed computed-value property according to the given value supplier.QShortProperty
(QtUtilities.ShortSupplier functor) Constructs ashort
-typed property bound to the providedfunctor
.QShortProperty
(QtUtilities.ShortSupplier binding) Constructs ashort
-typed property bound to the providedfunctor
.Creates a newQShortPropertyBinding
with the given functorf
.