Uses of Class
io.qt.core.QLongPropertyBinding
Package | Description |
---|---|
io.qt.core |
-
Uses of QLongPropertyBinding in io.qt.core
Methods in io.qt.core that return QLongPropertyBinding Modifier and Type Method Description QLongPropertyBinding
QLongBindable. binding()
Returns the binding expression that is associated with the underlying property.QLongPropertyBinding
QLongProperty. binding()
Returns the binding expression that is associated with this property.QLongPropertyBinding
QLongPropertyAlias. binding()
QLongPropertyBinding
QObject.QLongProperty. binding()
Returns the binding expression that is associated with this property.QLongPropertyBinding
QLongBindable. makeBinding()
Creates a binding to the underlying property.QLongPropertyBinding
QLongBindable. setBinding(QLongPropertyBinding binding)
QLongPropertyBinding
QLongBindable. setBinding(QPropertyBinding<@QtPrimitiveType Long> binding)
QLongPropertyBinding
QLongBindable. setBinding(LongSupplier functor)
QLongPropertyBinding
QLongProperty. setBinding(QLongPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QLongProperty. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QLongProperty. setBinding(LongSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QLongPropertyBinding
QLongPropertyAlias. setBinding(QLongPropertyBinding newBinding)
QLongPropertyBinding
QLongPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
QLongPropertyBinding
QLongPropertyAlias. setBinding(LongSupplier functor)
QLongPropertyBinding
QObject.QLongProperty. setBinding(QLongPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QObject.QLongProperty. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QObject.QLongProperty. setBinding(LongSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QLongPropertyBinding
QLongBindable. takeBinding()
Disassociates the binding expression from this property and returns it.QLongPropertyBinding
QLongProperty. takeBinding()
Disassociates the binding expression from this property and returns it.QLongPropertyBinding
QLongPropertyAlias. takeBinding()
QLongPropertyBinding
QObject.QLongProperty. takeBinding()
Disassociates the binding expression from this property and returns it.Methods in io.qt.core with parameters of type QLongPropertyBinding Modifier and Type Method Description static QPropertyBinding<@QtPrimitiveType Long>
QPropertyBinding. fromBinding(QLongPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QLongPropertyBinding
QLongBindable. setBinding(QLongPropertyBinding binding)
QLongPropertyBinding
QLongProperty. setBinding(QLongPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QLongPropertyAlias. setBinding(QLongPropertyBinding newBinding)
QLongPropertyBinding
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 QLongPropertyBinding Constructor Description QLongProperty(QLongPropertyBinding binding)
Constructs along
-typed property with the provided binding.QLongProperty(QLongPropertyBinding binding)
Constructs along
-typed property with the provided binding.QLongPropertyBinding(QLongPropertyBinding other)
Creates a newQLongPropertyBinding
as copy of the given binding.