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