Uses of Class
io.qt.core.QShortPropertyBinding
Package | Description |
---|---|
io.qt.core |
-
Uses of QShortPropertyBinding in io.qt.core
Methods in io.qt.core that return QShortPropertyBinding Modifier and Type Method Description QShortPropertyBinding
QObject.QShortProperty. binding()
Returns the binding expression that is associated with this property.QShortPropertyBinding
QShortBindable. binding()
Returns the binding expression that is associated with the underlying property.QShortPropertyBinding
QShortProperty. binding()
Returns the binding expression that is associated with this property.QShortPropertyBinding
QShortPropertyAlias. binding()
QShortPropertyBinding
QShortBindable. makeBinding()
Creates a binding to the underlying property.QShortPropertyBinding
QObject.QShortProperty. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QObject.QShortProperty. setBinding(QShortPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QObject.QShortProperty. setBinding(QtUtilities.ShortSupplier functor)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortBindable. setBinding(QPropertyBinding<@QtPrimitiveType Short> binding)
QShortPropertyBinding
QShortBindable. setBinding(QShortPropertyBinding binding)
QShortPropertyBinding
QShortBindable. setBinding(QtUtilities.ShortSupplier functor)
QShortPropertyBinding
QShortProperty. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortProperty. setBinding(QShortPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortProperty. setBinding(QtUtilities.ShortSupplier functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QShortPropertyBinding
QShortPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
QShortPropertyBinding
QShortPropertyAlias. setBinding(QShortPropertyBinding newBinding)
QShortPropertyBinding
QShortPropertyAlias. setBinding(QtUtilities.ShortSupplier functor)
QShortPropertyBinding
QObject.QShortProperty. takeBinding()
Disassociates the binding expression from this property and returns it.QShortPropertyBinding
QShortBindable. takeBinding()
Disassociates the binding expression from this property and returns it.QShortPropertyBinding
QShortProperty. takeBinding()
Disassociates the binding expression from this property and returns it.QShortPropertyBinding
QShortPropertyAlias. takeBinding()
Methods in io.qt.core with parameters of type QShortPropertyBinding Modifier and Type Method Description static QPropertyBinding<@QtPrimitiveType Short>
QPropertyBinding. fromBinding(QShortPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QShortPropertyBinding
QObject.QShortProperty. setBinding(QShortPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortBindable. setBinding(QShortPropertyBinding binding)
QShortPropertyBinding
QShortProperty. setBinding(QShortPropertyBinding newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortPropertyAlias. setBinding(QShortPropertyBinding newBinding)
Constructors in io.qt.core with parameters of type QShortPropertyBinding Constructor Description QShortProperty(QShortPropertyBinding binding)
Constructs ashort
-typed property with the provided binding.QShortProperty(QShortPropertyBinding binding)
Constructs ashort
-typed property with the provided binding.QShortPropertyBinding(QShortPropertyBinding other)
Creates a newQShortPropertyBinding
as copy of the given binding.