Uses of Class
io.qt.core.QLongPropertyBinding
-
Uses of QLongPropertyBinding in io.qt.core
Modifier and TypeMethodDescriptionQLongBindable.binding()
Returns the binding expression that is associated with the underlying property.QLongProperty.binding()
Returns the binding expression that is associated with this property.QLongPropertyAlias.binding()
Deprecated, for removal: This API element is subject to removal in a future version.final QLongPropertyBinding
QObject.QLongProperty.binding()
Returns the binding expression that is associated with this property.QLongBindable.makeBinding()
Creates a binding to the underlying property.QLongBindable.setBinding
(QLongPropertyBinding binding) QLongBindable.setBinding
(QPropertyBinding<@QtPrimitiveType Long> binding) QLongBindable.setBinding
(LongSupplier functor) QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongProperty.setBinding
(LongSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QLongPropertyAlias.setBinding
(QLongPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QLongPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Deprecated, for removal: This API element is subject to removal in a future version.QLongPropertyAlias.setBinding
(LongSupplier functor) Deprecated, for removal: This API element is subject to removal in a future version.final QLongPropertyBinding
QObject.QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QLongPropertyBinding
QObject.QLongProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.final QLongPropertyBinding
QObject.QLongProperty.setBinding
(LongSupplier functor) Associates the value of this property with the providedfunctor
and returns the previously associated binding.QLongBindable.takeBinding()
Disassociates the binding expression from this property and returns it.QLongProperty.takeBinding()
Disassociates the binding expression from this property and returns it.QLongPropertyAlias.takeBinding()
Deprecated, for removal: This API element is subject to removal in a future version.final QLongPropertyBinding
QObject.QLongProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Modifier and TypeMethodDescriptionstatic QPropertyBinding<@QtPrimitiveType Long>
QPropertyBinding.fromBinding
(QLongPropertyBinding binding) Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QLongBindable.setBinding
(QLongPropertyBinding binding) QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyAlias.setBinding
(QLongPropertyBinding newBinding) Deprecated, for removal: This API element is subject to removal in a future version.final QLongPropertyBinding
QObject.QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.ModifierConstructorDescriptionQLongProperty
(QLongPropertyBinding binding) Constructs along
-typed property with the provided binding.QLongProperty
(QLongPropertyBinding binding) Constructs along
-typed property with the provided binding.Creates a newQLongPropertyBinding
as copy of the given binding.