Uses of Class
io.qt.core.QBooleanPropertyBinding
Packages that use QBooleanPropertyBinding
-
Uses of QBooleanPropertyBinding in io.qt.core
Methods in io.qt.core that return QBooleanPropertyBindingModifier and TypeMethodDescriptionQBooleanBindable.binding()Returns the binding expression that is associated with the underlying property.QBooleanProperty.binding()Returns the binding expression that is associated with this property.QBooleanPropertyAlias.binding()final QBooleanPropertyBindingQObject.QBooleanProperty.binding()Returns the binding expression that is associated with this property.QBooleanBindable.makeBinding()Creates a binding to the underlying property.QBooleanBindable.setBinding(QBooleanPropertyBinding binding) QBooleanBindable.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> binding) QBooleanBindable.setBinding(BooleanSupplier functor) QBooleanProperty.setBinding(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QBooleanProperty.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QBooleanProperty.setBinding(BooleanSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QBooleanPropertyAlias.setBinding(QBooleanPropertyBinding newBinding) QBooleanPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) QBooleanPropertyAlias.setBinding(BooleanSupplier functor) final QBooleanPropertyBindingQObject.QBooleanProperty.setBinding(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QBooleanPropertyBindingQObject.QBooleanProperty.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QBooleanPropertyBindingQObject.QBooleanProperty.setBinding(BooleanSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QBooleanBindable.takeBinding()Disassociates the binding expression from this property and returns it.QBooleanProperty.takeBinding()Disassociates the binding expression from this property and returns it.QBooleanPropertyAlias.takeBinding()final QBooleanPropertyBindingQObject.QBooleanProperty.takeBinding()Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QBooleanPropertyBindingModifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Boolean> QPropertyBinding.fromBinding(QBooleanPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.QBooleanBindable.setBinding(QBooleanPropertyBinding binding) QBooleanProperty.setBinding(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QBooleanPropertyAlias.setBinding(QBooleanPropertyBinding newBinding) final QBooleanPropertyBindingQObject.QBooleanProperty.setBinding(QBooleanPropertyBinding 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 QBooleanPropertyBindingModifierConstructorDescriptionQBooleanProperty(QBooleanPropertyBinding binding) Constructs aboolean-typed property with the provided binding.QBooleanProperty(QBooleanPropertyBinding binding) Constructs aboolean-typed property with the provided binding.Creates a newQBooleanPropertyBindingas copy of the given binding.