Uses of Class
io.qt.core.QCharPropertyBinding
Packages that use QCharPropertyBinding
-
Uses of QCharPropertyBinding in io.qt.core
Methods in io.qt.core that return QCharPropertyBindingModifier 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()
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) QCharPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Character> newBinding) QCharPropertyAlias.setBinding
(QtUtilities.CharSupplier functor) 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()
final QCharPropertyBinding
QObject.QCharProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QCharPropertyBindingModifier 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) final QCharPropertyBinding
QObject.QCharProperty.setBinding
(QCharPropertyBinding 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 QCharPropertyBindingModifierConstructorDescriptionQCharProperty
(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.