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 providedfunctorand returns the previously associated binding.QBytePropertyAlias.setBinding(QtUtilities.ByteSupplier functor) final QBytePropertyBindingQObject.QByteProperty.setBinding(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctorand 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 newQBytePropertyBindingwith the given functorf.Constructs abyte-typed computed-value property according to the given value supplier.