Uses of Interface
io.qt.QtUtilities.ShortSupplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QtUtilities.ShortSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.ShortSupplier Modifier and Type Method Description QShortPropertyBinding
QObject.QShortProperty. setBinding(QtUtilities.ShortSupplier functor)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortBindable. setBinding(QtUtilities.ShortSupplier functor)
QShortPropertyBinding
QShortProperty. setBinding(QtUtilities.ShortSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QShortPropertyBinding
QShortPropertyAlias. setBinding(QtUtilities.ShortSupplier functor)
Constructors in io.qt.core with parameters of type QtUtilities.ShortSupplier Constructor Description QComputedShortProperty(QtUtilities.ShortSupplier getter)
Constructs 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
.QShortPropertyBinding(QtUtilities.ShortSupplier f)
Creates a newQShortPropertyBinding
with the given functorf
.