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 TypeMethodDescriptionQObject.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()
QShortBindable.makeBinding()
Creates a binding to the underlying property.QObject.QShortProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QObject.QShortProperty.setBinding
(QShortPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.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) QShortPropertyAlias.setBinding
(QShortPropertyBinding newBinding) QShortPropertyAlias.setBinding
(QtUtilities.ShortSupplier functor) 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()
Methods in io.qt.core with parameters of type QShortPropertyBindingModifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Short>
QPropertyBinding.fromBinding
(QShortPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.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) 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 newQShortPropertyBinding
as copy of the given binding.