Uses of Class
io.qt.core.QUntypedPropertyBinding
Packages that use QUntypedPropertyBinding
-
Uses of QUntypedPropertyBinding in io.qt.core
Subclasses of QUntypedPropertyBinding in io.qt.coreModifier and TypeClassDescriptionfinal classQBooleanPropertyBinding is primitive-typed version of QPropertyBinding<Boolean>.final classQBytePropertyBinding is primitive-typed version of QPropertyBinding<Byte>.final classQCharPropertyBinding is primitive-typed version of QPropertyBinding<Character>.final classQDoublePropertyBinding is primitive-typed version of QPropertyBinding<Double>.final classQFloatPropertyBinding is primitive-typed version of QPropertyBinding<Float>.final classQIntPropertyBinding is primitive-typed version of QPropertyBinding<Integer>.final classQLongPropertyBinding is primitive-typed version of QPropertyBinding<Long>.final classJava wrapper for Qt class QPropertyBindingfinal classQShortPropertyBinding is primitive-typed version of QPropertyBinding<Short>.Methods in io.qt.core that return QUntypedPropertyBindingModifier and TypeMethodDescriptionQUntypedBindable.binding()QUntypedPropertyBinding.clone()QUntypedBindable.makeBinding()QUntypedBindable.takeBinding()Methods in io.qt.core with parameters of type QUntypedPropertyBindingModifier and TypeMethodDescriptionbooleanQBooleanProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQByteProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQCharProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQDoubleProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQFloatProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQIntProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQLongProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QBooleanProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QByteProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QCharProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QDoubleProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QFloatProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QIntProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QLongProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQObject.QShortProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.booleanQShortProperty.setBinding(QUntypedPropertyBinding newBinding) Associates the value of this property with the providednewBindingexpression.final booleanQUntypedBindable.setBinding(QUntypedPropertyBinding binding) Constructors in io.qt.core with parameters of type QUntypedPropertyBindingModifierConstructorDescriptionQProperty(QUntypedPropertyBinding binding) Constructs a property with the provided binding.