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