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()final QIntPropertyBindingQObject.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 providednewBindingexpression and returns the previously associated binding.QIntProperty.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QIntProperty.setBinding(IntSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QIntPropertyAlias.setBinding(QIntPropertyBinding newBinding) QIntPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) QIntPropertyAlias.setBinding(IntSupplier functor) final QIntPropertyBindingQObject.QIntProperty.setBinding(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QIntPropertyBindingQObject.QIntProperty.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QIntPropertyBindingQObject.QIntProperty.setBinding(IntSupplier functor) Associates the value of this property with the providedfunctorand 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()final QIntPropertyBindingQObject.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 genericQPropertyBindingas copy of the given primitive-typed binding.QIntBindable.setBinding(QIntPropertyBinding binding) QIntProperty.setBinding(QIntPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QIntPropertyAlias.setBinding(QIntPropertyBinding newBinding) final QIntPropertyBindingQObject.QIntProperty.setBinding(QIntPropertyBinding 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 QIntPropertyBindingModifierConstructorDescriptionQIntProperty(QIntPropertyBinding binding) Constructs anint-typed property with the provided binding.QIntProperty(QIntPropertyBinding binding) Constructs anint-typed property with the provided binding.Creates a newQIntPropertyBindingas copy of the given binding.