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