Uses of Class
io.qt.core.QCharPropertyBinding
-
Uses of QCharPropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQCharBindable.binding()
Returns the binding expression that is associated with the underlying property.QCharProperty.binding()
Returns the binding expression that is associated with this property.QCharPropertyAlias.binding()
Deprecated, for removal: This API element is subject to removal in a future version.final QCharPropertyBinding
QObject.QCharProperty.binding()
Returns the binding expression that is associated with this property.QCharBindable.makeBinding()
Creates a binding to the underlying property.QCharBindable.setBinding
(QCharPropertyBinding binding) QCharBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Character> binding) QCharBindable.setBinding
(QtUtilities.CharSupplier functor) QCharProperty.setBinding
(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QCharProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QCharProperty.setBinding
(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QCharPropertyAlias.setBinding
(QCharPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QCharPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QCharPropertyAlias.setBinding
(QtUtilities.CharSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QCharBindable.takeBinding()
Disassociates the binding expression from this property and returns it.QCharProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QCharPropertyAlias.takeBinding()
Deprecated, for removal: This API element is subject to removal in a future version.final QCharPropertyBinding
QObject.QCharProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionQPropertyBinding.fromBinding
(QCharPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QCharBindable.setBinding
(QCharPropertyBinding binding) QCharProperty.setBinding
(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QCharPropertyAlias.setBinding
(QCharPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQCharProperty
(QCharPropertyBinding binding) Constructs achar
-typed property with the provided binding.QCharProperty
(QCharPropertyBinding binding) Constructs achar
-typed property with the provided binding.Creates a newQCharPropertyBinding
as copy of the given binding.