Uses of Class
io.qt.core.QPropertyBinding
Package | Description |
---|---|
io.qt.core |
-
Uses of QPropertyBinding in io.qt.core
Methods in io.qt.core that return QPropertyBinding Modifier and Type Method Description QPropertyBinding<T>
QBindable. binding()
Returns the binding expression that is associated with the underlying property.QPropertyBinding<T>
QObject.QProperty. binding()
Returns the binding expression that is associated with this property.QPropertyBinding<T>
QProperty. binding()
Returns the binding expression that is associated with this property.QPropertyBinding<T>
QPropertyAlias. binding()
static QPropertyBinding<@QtPrimitiveType Boolean>
QPropertyBinding. fromBinding(QBooleanPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Byte>
QPropertyBinding. fromBinding(QBytePropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Character>
QPropertyBinding. fromBinding(QCharPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Double>
QPropertyBinding. fromBinding(QDoublePropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Float>
QPropertyBinding. fromBinding(QFloatPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Integer>
QPropertyBinding. fromBinding(QIntPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Long>
QPropertyBinding. fromBinding(QLongPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Short>
QPropertyBinding. fromBinding(QShortPropertyBinding binding)
Creates a new genericQPropertyBinding
as copy of the given primitive-typed binding.QPropertyBinding<T>
QBindable. makeBinding()
Creates a binding to the underlying property.QPropertyBinding<T>
QBindable. setBinding(QPropertyBinding<T> binding)
Associates the value of the underlying property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QBindable. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of the underlying property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QObject.QProperty. setBinding(QPropertyBinding<T> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QObject.QProperty. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QProperty. setBinding(QPropertyBinding<T> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QProperty. setBinding(QtUtilities.Supplier<T> functor)
Associates the value of this property with the providedfunctor
and returns the previously associated binding.QPropertyBinding<T>
QPropertyAlias. setBinding(QPropertyBinding<T> newBinding)
QPropertyBinding<T>
QPropertyAlias. setBinding(QtUtilities.Supplier<T> functor)
QPropertyBinding<T>
QBindable. takeBinding()
Disassociates the binding expression from the underlying property and returns it.QPropertyBinding<T>
QObject.QProperty. takeBinding()
Disassociates the binding expression from this property and returns it.QPropertyBinding<T>
QProperty. takeBinding()
Disassociates the binding expression from this property and returns it.QPropertyBinding<T>
QPropertyAlias. takeBinding()
Methods in io.qt.core with parameters of type QPropertyBinding Modifier and Type Method Description QPropertyBinding<T>
QBindable. setBinding(QPropertyBinding<T> binding)
Associates the value of the underlying property with the providednewBinding
expression and returns the previously associated binding.QBooleanPropertyBinding
QBooleanBindable. setBinding(QPropertyBinding<@QtPrimitiveType Boolean> 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
QBooleanPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding)
QBytePropertyBinding
QByteBindable. setBinding(QPropertyBinding<@QtPrimitiveType Byte> 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
QBytePropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding)
QCharPropertyBinding
QCharBindable. setBinding(QPropertyBinding<@QtPrimitiveType Character> 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
QCharPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding)
QDoublePropertyBinding
QDoubleBindable. setBinding(QPropertyBinding<@QtPrimitiveType Double> binding)
QDoublePropertyBinding
QDoubleProperty. setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoublePropertyBinding
QDoublePropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding)
QFloatPropertyBinding
QFloatBindable. setBinding(QPropertyBinding<@QtPrimitiveType Float> binding)
QFloatPropertyBinding
QFloatProperty. setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QFloatPropertyBinding
QFloatPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding)
QIntPropertyBinding
QIntBindable. setBinding(QPropertyBinding<@QtPrimitiveType Integer> 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
QIntPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding)
QLongPropertyBinding
QLongBindable. setBinding(QPropertyBinding<@QtPrimitiveType Long> binding)
QLongPropertyBinding
QLongProperty. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QLongPropertyBinding
QLongPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
QBooleanPropertyBinding
QObject.QBooleanProperty. setBinding(QPropertyBinding<@QtPrimitiveType Boolean> 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.QCharPropertyBinding
QObject.QCharProperty. setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QDoublePropertyBinding
QObject.QDoubleProperty. setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QFloatPropertyBinding
QObject.QFloatProperty. setBinding(QPropertyBinding<@QtPrimitiveType Float> 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.QLongPropertyBinding
QObject.QLongProperty. setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QObject.QProperty. setBinding(QPropertyBinding<T> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QObject.QShortProperty. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QProperty. setBinding(QPropertyBinding<T> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QPropertyBinding<T>
QPropertyAlias. setBinding(QPropertyBinding<T> newBinding)
QShortPropertyBinding
QShortBindable. setBinding(QPropertyBinding<@QtPrimitiveType Short> binding)
QShortPropertyBinding
QShortProperty. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
Associates the value of this property with the providednewBinding
expression and returns the previously associated binding.QShortPropertyBinding
QShortPropertyAlias. setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding)
Constructors in io.qt.core with parameters of type QPropertyBinding Constructor Description QBooleanProperty(QPropertyBinding<@QtPrimitiveType Boolean> binding)
Constructs aboolean
-typed property with the provided binding.QBooleanProperty(QPropertyBinding<@QtPrimitiveType Boolean> binding)
Constructs aboolean
-typed property with the provided binding.QBooleanPropertyBinding(QPropertyBinding<@QtPrimitiveType Boolean> other)
Creates a newQBooleanPropertyBinding
as copy of the given binding.QByteProperty(QPropertyBinding<@QtPrimitiveType Byte> binding)
Constructs abyte
-typed property with the provided binding.QByteProperty(QPropertyBinding<@QtPrimitiveType Byte> binding)
Constructs abyte
-typed property with the provided binding.QBytePropertyBinding(QPropertyBinding<@QtPrimitiveType Byte> other)
Creates a newQBytePropertyBinding
as copy of the given binding.QCharProperty(QPropertyBinding<@QtPrimitiveType Character> binding)
Constructs achar
-typed property with the provided binding.QCharProperty(QPropertyBinding<@QtPrimitiveType Character> binding)
Constructs achar
-typed property with the provided binding.QCharPropertyBinding(QPropertyBinding<@QtPrimitiveType Character> other)
Creates a newQCharPropertyBinding
as copy of the given binding.QDoubleProperty(QPropertyBinding<@QtPrimitiveType Double> binding)
Constructs adouble
-typed property with the provided binding.QDoubleProperty(QPropertyBinding<@QtPrimitiveType Double> binding)
Constructs adouble
-typed property with the provided binding.QDoublePropertyBinding(QPropertyBinding<@QtPrimitiveType Double> other)
Creates a newQDoublePropertyBinding
as copy of the given binding.QFloatProperty(QPropertyBinding<@QtPrimitiveType Float> binding)
Constructs afloat
-typed property with the provided binding.QFloatProperty(QPropertyBinding<@QtPrimitiveType Float> binding)
Constructs afloat
-typed property with the provided binding.QFloatPropertyBinding(QPropertyBinding<@QtPrimitiveType Float> other)
Creates a newQFloatPropertyBinding
as copy of the given binding.QIntProperty(QPropertyBinding<@QtPrimitiveType Integer> binding)
Constructs anint
-typed property with the provided binding.QIntProperty(QPropertyBinding<@QtPrimitiveType Integer> binding)
Constructs anint
-typed property with the provided binding.QIntPropertyBinding(QPropertyBinding<@QtPrimitiveType Integer> other)
Creates a newQIntPropertyBinding
as copy of the given binding.QLongProperty(QPropertyBinding<@QtPrimitiveType Long> binding)
Constructs along
-typed property with the provided binding.QLongProperty(QPropertyBinding<@QtPrimitiveType Long> binding)
Constructs along
-typed property with the provided binding.QLongPropertyBinding(QPropertyBinding<@QtPrimitiveType Long> other)
Creates a newQLongPropertyBinding
as copy of the given binding.QProperty(QPropertyBinding<T> binding)
Constructs a property with the provided binding.QPropertyBinding(QPropertyBinding<T> other)
Creates a new genericQPropertyBinding
as copy of the given binding.QShortProperty(QPropertyBinding<@QtPrimitiveType Short> binding)
Constructs ashort
-typed property with the provided binding.QShortProperty(QPropertyBinding<@QtPrimitiveType Short> binding)
Constructs ashort
-typed property with the provided binding.QShortPropertyBinding(QPropertyBinding<@QtPrimitiveType Short> other)
Creates a newQShortPropertyBinding
as copy of the given binding.