Uses of Class
io.qt.core.QIntPropertyBinding
-
Uses of QIntPropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQIntBindable.binding()
Returns the binding expression that is associated with the underlying property.QIntProperty.binding()
Returns the binding expression that is associated with this property.QIntPropertyAlias.binding()
Deprecated, for removal: This API element is subject to removal in a future version.final QIntPropertyBinding
QObject.QIntProperty.binding()
Returns the binding expression that is associated with this property.QIntBindable.makeBinding()
Creates a binding to the underlying property.QIntBindable.setBinding
(QIntPropertyBinding binding) QIntBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> binding) QIntBindable.setBinding
(IntSupplier functor) QIntProperty.setBinding
(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QIntProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QIntProperty.setBinding
(IntSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QIntPropertyAlias.setBinding
(QIntPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QIntPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QIntPropertyAlias.setBinding
(IntSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QIntPropertyBinding
QObject.QIntProperty.setBinding
(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QIntPropertyBinding
QObject.QIntProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QIntPropertyBinding
QObject.QIntProperty.setBinding
(IntSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QIntBindable.takeBinding()
Disassociates the binding expression from this property and returns it.QIntProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QIntPropertyAlias.takeBinding()
Deprecated, for removal: This API element is subject to removal in a future version.final QIntPropertyBinding
QObject.QIntProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Integer>
QPropertyBinding.fromBinding
(QIntPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QIntBindable.setBinding
(QIntPropertyBinding binding) QIntProperty.setBinding
(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QIntPropertyAlias.setBinding
(QIntPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QIntPropertyBinding
QObject.QIntProperty.setBinding
(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQIntProperty
(QIntPropertyBinding binding) Constructs anint
-typed property with the provided binding.QIntProperty
(QIntPropertyBinding binding) Constructs anint
-typed property with the provided binding.Creates a newQIntPropertyBinding
as copy of the given binding.