Uses of Interface
io.qt.QtUtilities.ByteSupplier
Packages that use QtUtilities.ByteSupplier
-
Uses of QtUtilities.ByteSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.ByteSupplierModifier and TypeMethodDescriptionQByteBindable.setBinding
(QtUtilities.ByteSupplier functor) QByteProperty.setBinding
(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QBytePropertyAlias.setBinding
(QtUtilities.ByteSupplier functor) QObject.QByteProperty.setBinding
(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.Constructors in io.qt.core with parameters of type QtUtilities.ByteSupplierModifierConstructorDescriptionQByteProperty
(QtUtilities.ByteSupplier functor) Constructs abyte
-typed property bound to the providedfunctor
.QByteProperty
(QtUtilities.ByteSupplier functor) Constructs abyte
-typed property bound to the providedfunctor
.Creates a newQBytePropertyBinding
with the given functorf
.Constructs abyte
-typed computed-value property according to the given value supplier.