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()Deprecated, for removal: This API element is subject to removal in a future version.final QBytePropertyBindingQObject.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 providednewBindingexpression and returns the previously associated binding.QByteProperty.setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QByteProperty.setBinding(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctorand 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 QBytePropertyBindingQObject.QByteProperty.setBinding(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QBytePropertyBindingQObject.QByteProperty.setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QBytePropertyBindingQObject.QByteProperty.setBinding(QtUtilities.ByteSupplier functor) Associates the value of this property with the providedfunctorand 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 QBytePropertyBindingQObject.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 genericQPropertyBindingas copy of the given primitive-typed binding.QByteBindable.setBinding(QBytePropertyBinding binding) QByteProperty.setBinding(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression 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 QBytePropertyBindingQObject.QByteProperty.setBinding(QBytePropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression 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 newQBytePropertyBindingas copy of the given binding.