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 TypeMethodDescriptionstatic <T> QBindable<T> QBindable.fromProperty(QtUtilities.Supplier<T> propertyGetter) QBindable.setBinding(QtUtilities.Supplier<T> functor) Associates the value of the underlying property with the providedfunctorand returns the previously associated binding.final QPropertyBinding<T> QObject.QProperty.setBinding(QtUtilities.Supplier<? extends T> functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QProperty.setBinding(QtUtilities.Supplier<T> functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QPropertyAlias.setBinding(QtUtilities.Supplier<T> functor) Deprecated, for removal: This API element is subject to removal in a future version.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 newQPropertyBindingwith the given functorf.