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