Uses of Class
io.qt.core.QIntPropertyBinding
Packages that use QIntPropertyBinding
-
Uses of QIntPropertyBinding in io.qt.core
Methods in io.qt.core that return QIntPropertyBindingModifier 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()
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) QIntPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) QIntPropertyAlias.setBinding
(IntSupplier functor) QObject.QIntProperty.setBinding
(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QObject.QIntProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.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()
QObject.QIntProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QIntPropertyBindingModifier 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) QObject.QIntProperty.setBinding
(QIntPropertyBinding 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 QIntPropertyBindingModifierConstructorDescriptionQIntProperty
(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.