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()final QLongPropertyBindingQObject.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 providednewBindingexpression and returns the previously associated binding.QLongProperty.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QLongProperty.setBinding(LongSupplier functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QLongPropertyAlias.setBinding(QLongPropertyBinding newBinding) QLongPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) QLongPropertyAlias.setBinding(LongSupplier functor) final QLongPropertyBindingQObject.QLongProperty.setBinding(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QLongPropertyBindingQObject.QLongProperty.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QLongPropertyBindingQObject.QLongProperty.setBinding(LongSupplier functor) Associates the value of this property with the providedfunctorand 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()final QLongPropertyBindingQObject.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 genericQPropertyBindingas copy of the given primitive-typed binding.QLongBindable.setBinding(QLongPropertyBinding binding) QLongProperty.setBinding(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QLongPropertyAlias.setBinding(QLongPropertyBinding newBinding) final QLongPropertyBindingQObject.QLongProperty.setBinding(QLongPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression 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 newQLongPropertyBindingas copy of the given binding.