Uses of Class
io.qt.core.QBytePropertyBinding
-
Uses of QBytePropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQByteBindable.binding()
Returns the binding expression that is associated with the underlying property.QByteProperty.binding()
Returns the binding expression that is associated with this property.QBytePropertyAlias.binding()
Deprecated, for removal: This API element is subject to removal in a future version.final QBytePropertyBinding
QObject.QByteProperty.binding()
Returns the binding expression that is associated with this property.QByteBindable.makeBinding()
Creates a binding to the underlying property.QByteBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> binding) QByteBindable.setBinding
(QBytePropertyBinding binding) QByteBindable.setBinding
(QtUtilities.ByteSupplier functor) QByteProperty.setBinding
(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QByteProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QByteProperty.setBinding
(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QBytePropertyAlias.setBinding
(QBytePropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QBytePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QBytePropertyAlias.setBinding
(QtUtilities.ByteSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QByteBindable.takeBinding()
Disassociates the binding expression from this property and returns it.QByteProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QBytePropertyAlias.takeBinding()
Deprecated, for removal: This API element is subject to removal in a future version.final QBytePropertyBinding
QObject.QByteProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Byte>
QPropertyBinding.fromBinding
(QBytePropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QByteBindable.setBinding
(QBytePropertyBinding binding) QByteProperty.setBinding
(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QBytePropertyAlias.setBinding
(QBytePropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQByteProperty
(QBytePropertyBinding binding) Constructs abyte
-typed property with the provided binding.QByteProperty
(QBytePropertyBinding binding) Constructs abyte
-typed property with the provided binding.Creates a newQBytePropertyBinding
as copy of the given binding.