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