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 QCharPropertyBindingQObject.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 providednewBindingexpression and returns the previously associated binding.QCharProperty.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QCharProperty.setBinding(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QCharPropertyAlias.setBinding(QCharPropertyBinding newBinding) QCharPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) QCharPropertyAlias.setBinding(QtUtilities.CharSupplier functor) final QCharPropertyBindingQObject.QCharProperty.setBinding(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QCharPropertyBindingQObject.QCharProperty.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QCharPropertyBindingQObject.QCharProperty.setBinding(QtUtilities.CharSupplier functor) Associates the value of this property with the providedfunctorand 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 QCharPropertyBindingQObject.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 genericQPropertyBindingas copy of the given primitive-typed binding.QCharBindable.setBinding(QCharPropertyBinding binding) QCharProperty.setBinding(QCharPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QCharPropertyAlias.setBinding(QCharPropertyBinding newBinding) final QCharPropertyBindingQObject.QCharProperty.setBinding(QCharPropertyBinding 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 QCharPropertyBindingModifierConstructorDescriptionQCharProperty(QCharPropertyBinding binding) Constructs achar-typed property with the provided binding.QCharProperty(QCharPropertyBinding binding) Constructs achar-typed property with the provided binding.Creates a newQCharPropertyBindingas copy of the given binding.