Uses of Class
io.qt.core.QShortPropertyBinding
-
Uses of QShortPropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionfinal QShortPropertyBinding
QObject.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 QShortPropertyBinding
QObject.QShortProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QShortPropertyBinding
QObject.QShortProperty.setBinding
(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QShortPropertyBinding
QObject.QShortProperty.setBinding
(QtUtilities.ShortSupplier functor) Associates the value of this property with the providednewBinding
expression 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 providednewBinding
expression and returns the previously associated binding.QShortProperty.setBinding
(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortProperty.setBinding
(QtUtilities.ShortSupplier functor) Associates the value of this property with the providedfunctor
and 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 QShortPropertyBinding
QObject.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.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Short>
QPropertyBinding.fromBinding
(QShortPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.final QShortPropertyBinding
QObject.QShortProperty.setBinding
(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortBindable.setBinding
(QShortPropertyBinding binding) QShortProperty.setBinding
(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyAlias.setBinding
(QShortPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionQShortProperty
(QShortPropertyBinding binding) Constructs ashort
-typed property with the provided binding.QShortProperty
(QShortPropertyBinding binding) Constructs ashort
-typed property with the provided binding.Creates a newQShortPropertyBinding
as copy of the given binding.