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 QShortPropertyBindingQObject.QShortProperty.setBinding(QtUtilities.ShortSupplier functor) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortBindable.setBinding(QtUtilities.ShortSupplier functor) QShortProperty.setBinding(QtUtilities.ShortSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QShortPropertyAlias.setBinding(QtUtilities.ShortSupplier 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.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 functor) Constructs ashort-typed property bound to the providedfunctor.Creates a newQShortPropertyBindingwith the given functorf.