Uses of Class
io.qt.core.QShortPropertyBinding
Packages that use QShortPropertyBinding
-
Uses of QShortPropertyBinding in io.qt.core
Methods in io.qt.core that return QShortPropertyBindingModifier and TypeMethodDescriptionfinal QShortPropertyBindingQObject.QShortProperty.binding()Returns the binding expression that is associated with this property.QShortBindable.binding()Returns the binding expression that is associated with the underlying property.QShortProperty.binding()Returns the binding expression that is associated with this property.QShortPropertyAlias.binding()Deprecated, for removal: This API element is subject to removal in a future version.QShortBindable.makeBinding()Creates a binding to the underlying property.final QShortPropertyBindingQObject.QShortProperty.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QShortPropertyBindingQObject.QShortProperty.setBinding(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QShortPropertyBindingQObject.QShortProperty.setBinding(QtUtilities.ShortSupplier functor) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortBindable.setBinding(QPropertyBinding<@QtPrimitiveType Short> binding) QShortBindable.setBinding(QShortPropertyBinding binding) QShortBindable.setBinding(QtUtilities.ShortSupplier functor) QShortProperty.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortProperty.setBinding(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortProperty.setBinding(QtUtilities.ShortSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QShortPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QShortPropertyAlias.setBinding(QShortPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QShortPropertyAlias.setBinding(QtUtilities.ShortSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QShortPropertyBindingQObject.QShortProperty.takeBinding()Disassociates the binding expression from this property and returns it.QShortBindable.takeBinding()Disassociates the binding expression from this property and returns it.QShortProperty.takeBinding()Disassociates the binding expression from this property and returns it.QShortPropertyAlias.takeBinding()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.qt.core with parameters of type QShortPropertyBindingModifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Short>QPropertyBinding.fromBinding(QShortPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.final QShortPropertyBindingQObject.QShortProperty.setBinding(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortBindable.setBinding(QShortPropertyBinding binding) QShortProperty.setBinding(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortPropertyAlias.setBinding(QShortPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.qt.core with parameters of type QShortPropertyBindingModifierConstructorDescriptionQShortProperty(QShortPropertyBinding binding) Constructs ashort-typed property with the provided binding.QShortProperty(QShortPropertyBinding binding) Constructs ashort-typed property with the provided binding.Creates a newQShortPropertyBindingas copy of the given binding.