Uses of Class
io.qt.core.QBooleanPropertyBinding
-
Uses of QBooleanPropertyBinding in io.qt.core
Modifier 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()
Deprecated, for removal: This API element is subject to removal in a future version.final QBooleanPropertyBinding
QObject.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 providednewBinding
expression and returns the previously associated binding.QBooleanProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QBooleanProperty.setBinding
(BooleanSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QBooleanPropertyAlias.setBinding
(QBooleanPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QBooleanPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QBooleanPropertyAlias.setBinding
(BooleanSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QBooleanPropertyBinding
QObject.QBooleanProperty.setBinding
(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QBooleanPropertyBinding
QObject.QBooleanProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QBooleanPropertyBinding
QObject.QBooleanProperty.setBinding
(BooleanSupplier functor) Associates the value of this property with the providedfunctor
and 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()
Deprecated, for removal: This API element is subject to removal in a future version.final QBooleanPropertyBinding
QObject.QBooleanProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Boolean>
QPropertyBinding.fromBinding
(QBooleanPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QBooleanBindable.setBinding
(QBooleanPropertyBinding binding) QBooleanProperty.setBinding
(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QBooleanPropertyAlias.setBinding
(QBooleanPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QBooleanPropertyBinding
QObject.QBooleanProperty.setBinding
(QBooleanPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQBooleanProperty
(QBooleanPropertyBinding binding) Constructs aboolean
-typed property with the provided binding.QBooleanProperty
(QBooleanPropertyBinding binding) Constructs aboolean
-typed property with the provided binding.Creates a newQBooleanPropertyBinding
as copy of the given binding.