Uses of Class
io.qt.core.QBytePropertyBinding
Packages that use QBytePropertyBinding
-
Uses of QBytePropertyBinding in io.qt.core
Methods in io.qt.core that return QBytePropertyBindingModifier 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()
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
(QBytePropertyBinding binding) QByteBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> 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) QBytePropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Byte> newBinding) QBytePropertyAlias.setBinding
(QtUtilities.ByteSupplier functor) 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()
final QBytePropertyBinding
QObject.QByteProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QBytePropertyBindingModifier 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) final QBytePropertyBinding
QObject.QByteProperty.setBinding
(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.Constructors in io.qt.core with parameters of type QBytePropertyBindingModifierConstructorDescriptionQByteProperty
(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.