Uses of Class
io.qt.core.QPropertyBinding
Packages that use QPropertyBinding
-
Uses of QPropertyBinding in io.qt.core
Methods in io.qt.core that return QPropertyBindingModifier and TypeMethodDescriptionQBindable.binding()Returns the binding expression that is associated with the underlying property.final QPropertyBinding<T> QObject.QProperty.binding()Returns the binding expression that is associated with this property.QProperty.binding()Returns the binding expression that is associated with this property.QPropertyAlias.binding()static QPropertyBinding<@QtPrimitiveType Boolean> QPropertyBinding.fromBinding(QBooleanPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Byte> QPropertyBinding.fromBinding(QBytePropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.QPropertyBinding.fromBinding(QCharPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Double> QPropertyBinding.fromBinding(QDoublePropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Float> QPropertyBinding.fromBinding(QFloatPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Integer> QPropertyBinding.fromBinding(QIntPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Long> QPropertyBinding.fromBinding(QLongPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.static QPropertyBinding<@QtPrimitiveType Short> QPropertyBinding.fromBinding(QShortPropertyBinding binding) Creates a new genericQPropertyBindingas copy of the given primitive-typed binding.QBindable.makeBinding()Creates a binding to the underlying property.QBindable.setBinding(QPropertyBinding<T> binding) Associates the value of the underlying property with the providednewBindingexpression and returns the previously associated binding.QBindable.setBinding(QtUtilities.Supplier<T> functor) Associates the value of the underlying property with the providedfunctorand returns the previously associated binding.final QPropertyBinding<T> QObject.QProperty.setBinding(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QPropertyBinding<T> QObject.QProperty.setBinding(QtUtilities.Supplier<? extends T> functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QProperty.setBinding(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QProperty.setBinding(QtUtilities.Supplier<T> functor) Associates the value of this property with the providedfunctorand returns the previously associated binding.QPropertyAlias.setBinding(QPropertyBinding<T> newBinding) QPropertyAlias.setBinding(QtUtilities.Supplier<T> functor) QBindable.takeBinding()Disassociates the binding expression from the underlying property and returns it.final QPropertyBinding<T> QObject.QProperty.takeBinding()Disassociates the binding expression from this property and returns it.QProperty.takeBinding()Disassociates the binding expression from this property and returns it.QPropertyAlias.takeBinding()Methods in io.qt.core with parameters of type QPropertyBindingModifier and TypeMethodDescriptionQBindable.setBinding(QPropertyBinding<T> binding) Associates the value of the underlying property with the providednewBindingexpression and returns the previously associated binding.QBooleanBindable.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> binding) QBooleanProperty.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QBooleanPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) QByteBindable.setBinding(QPropertyBinding<@QtPrimitiveType Byte> binding) QByteProperty.setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QBytePropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) QCharBindable.setBinding(QPropertyBinding<@QtPrimitiveType Character> binding) QCharProperty.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QCharPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) QDoubleBindable.setBinding(QPropertyBinding<@QtPrimitiveType Double> binding) QDoubleProperty.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QDoublePropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) QFloatBindable.setBinding(QPropertyBinding<@QtPrimitiveType Float> binding) QFloatProperty.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QFloatPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) QIntBindable.setBinding(QPropertyBinding<@QtPrimitiveType Integer> binding) QIntProperty.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QIntPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) QLongBindable.setBinding(QPropertyBinding<@QtPrimitiveType Long> binding) QLongProperty.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QLongPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) final QBooleanPropertyBindingQObject.QBooleanProperty.setBinding(QPropertyBinding<@QtPrimitiveType Boolean> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QBytePropertyBindingQObject.QByteProperty.setBinding(QPropertyBinding<@QtPrimitiveType Byte> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QCharPropertyBindingQObject.QCharProperty.setBinding(QPropertyBinding<@QtPrimitiveType Character> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QDoublePropertyBindingQObject.QDoubleProperty.setBinding(QPropertyBinding<@QtPrimitiveType Double> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QFloatPropertyBindingQObject.QFloatProperty.setBinding(QPropertyBinding<@QtPrimitiveType Float> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QIntPropertyBindingQObject.QIntProperty.setBinding(QPropertyBinding<@QtPrimitiveType Integer> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QLongPropertyBindingQObject.QLongProperty.setBinding(QPropertyBinding<@QtPrimitiveType Long> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QPropertyBinding<T> QObject.QProperty.setBinding(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.final QShortPropertyBindingQObject.QShortProperty.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QProperty.setBinding(QPropertyBinding<T> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QPropertyAlias.setBinding(QPropertyBinding<T> newBinding) QShortBindable.setBinding(QPropertyBinding<@QtPrimitiveType Short> binding) QShortProperty.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Associates the value of this property with the providednewBindingexpression and returns the previously associated binding.QShortPropertyAlias.setBinding(QPropertyBinding<@QtPrimitiveType Short> newBinding) Constructors in io.qt.core with parameters of type QPropertyBindingModifierConstructorDescriptionConstructs aboolean-typed property with the provided binding.Constructs aboolean-typed property with the provided binding.Creates a newQBooleanPropertyBindingas 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.Creates a newQBytePropertyBindingas copy of the given binding.Constructs achar-typed property with the provided binding.Constructs achar-typed property with the provided binding.Creates a newQCharPropertyBindingas copy of the given binding.Constructs adouble-typed property with the provided binding.Constructs adouble-typed property with the provided binding.Creates a newQDoublePropertyBindingas 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.Creates a newQFloatPropertyBindingas 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.Creates a newQIntPropertyBindingas 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.Creates a newQLongPropertyBindingas copy of the given binding.QProperty(QPropertyBinding<T> binding) Constructs a property with the provided binding.QPropertyBinding(QPropertyBinding<T> other) Creates a new genericQPropertyBindingas 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.Creates a newQShortPropertyBindingas copy of the given binding.