Uses of Class
io.qt.core.QLongPropertyBinding
Packages that use QLongPropertyBinding
-
Uses of QLongPropertyBinding in io.qt.core
Methods in io.qt.core that return QLongPropertyBindingModifier 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()
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) QLongPropertyAlias.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) QLongPropertyAlias.setBinding
(LongSupplier functor) QObject.QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QObject.QLongProperty.setBinding
(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.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()
QObject.QLongProperty.takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QLongPropertyBindingModifier 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) QObject.QLongProperty.setBinding
(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.Constructors in io.qt.core with parameters of type QLongPropertyBindingModifierConstructorDescriptionQLongProperty
(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.