Uses of Interface
io.qt.QtUtilities.Supplier
Packages that use QtUtilities.Supplier
-
Uses of QtUtilities.Supplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.SupplierModifier and TypeMethodDescriptionQBindable.setBinding
(QtUtilities.Supplier<T> functor) Associates the value of the underlying property with the providedfunctor
and returns the previously associated binding.final QPropertyBinding<T>
QObject.QProperty.setBinding
(QtUtilities.Supplier<? extends T> functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QProperty.setBinding
(QtUtilities.Supplier<T> functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyAlias.setBinding
(QtUtilities.Supplier<T> functor) Constructors in io.qt.core with parameters of type QtUtilities.SupplierModifierConstructorDescriptionQComputedProperty
(QtUtilities.Supplier<? extends T> getter) Constructs a computed-value property whose type corresponds to the given value supplier.QProperty
(QtUtilities.Supplier<? extends T> functor) Constructs a property bound to the providedfunctor
.QProperty
(QtUtilities.Supplier<T> functor) Constructs a property bound to the providedfunctor
.Constructs a property bound to the providedfunctor
.QPropertyBinding
(QtUtilities.Supplier<? extends T> f) Creates a newQPropertyBinding
with the given functorf
.