Uses of Interface
io.qt.QtUtilities.ByteSupplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QtUtilities.ByteSupplier in io.qt.core
Methods in io.qt.core with parameters of type QtUtilities.ByteSupplier Modifier and Type Method Description QBytePropertyBinding
QByteBindable. setBinding(QtUtilities.ByteSupplier functor)
QBytePropertyBinding
QByteProperty. setBinding(QtUtilities.ByteSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QBytePropertyBinding
QBytePropertyAlias. setBinding(QtUtilities.ByteSupplier functor)
QBytePropertyBinding
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.ByteSupplier Constructor Description QByteProperty(QtUtilities.ByteSupplier functor)
Constructs abyte
-typed property bound to the providedfunctor
.QByteProperty(QtUtilities.ByteSupplier functor)
Constructs abyte
-typed property bound to the providedfunctor
.QBytePropertyBinding(QtUtilities.ByteSupplier f)
Creates a newQBytePropertyBinding
with the given functorf
.QComputedByteProperty(QtUtilities.ByteSupplier getter)
Constructs abyte
-typed computed-value property according to the given value supplier.