Uses of Interface
io.qt.QtUtilities.Supplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QtUtilities.Supplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.Supplier Modifier and Type Method Description QPropertyBinding<T>
QBindable. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of the underlying property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QObject.QProperty. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QProperty. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QPropertyAlias. setBinding(QtUtilities.Supplier<T> functor)
Constructors in io.qt.core with parameters of type QtUtilities.Supplier Constructor Description QComputedProperty(QtUtilities.Supplier<T> getter)
Constructs a computed-value property whose type corresponds to the given value supplier.QProperty(QtUtilities.Supplier<T> functor)
Constructs a property bound to the providedfunctor
.QProperty(QtUtilities.Supplier<T> functor)
Constructs a property bound to the providedfunctor
.QPropertyBinding(QtUtilities.Supplier<T> f)
Creates a newQPropertyBinding
with the given functorf
.