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