Uses of Class
io.qt.core.QUntypedPropertyData
Packages that use QUntypedPropertyData
-
Uses of QUntypedPropertyData in io.qt.core
Subclasses of QUntypedPropertyData in io.qt.coreModifier and TypeClassDescriptionfinal classQBooleanProperty is primitive-typed version of QProperty<Boolean>.classQBooleanPropertyData is primitive-typed version of QPropertyData<Boolean>.final classQByteProperty is primitive-typed version of QProperty<Byte>.classQBytePropertyData is primitive-typed version of QPropertyData<Byte>.final classQCharProperty is primitive-typed version of QProperty<Character>.classQCharPropertyData is primitive-typed version of QPropertyData<Character>.final classQDoubleProperty is primitive-typed version of QProperty<Double>.classQDoublePropertyData is primitive-typed version of QPropertyData<Double>.final classQFloatProperty is primitive-typed version of QProperty<Float>.classQFloatPropertyData is primitive-typed version of QPropertyData<Float>.final classQIntProperty is primitive-typed version of QProperty<Integer>.classQIntPropertyData is primitive-typed version of QPropertyData<Integer>.final classQLongProperty is primitive-typed version of QProperty<Long>.classQLongPropertyData is primitive-typed version of QPropertyData<Long>.final classQBooleanProperty is primitive-typed version of QProperty<Boolean>.final classQByteProperty is primitive-typed version of QProperty<Byte>.final classQCharProperty is primitive-typed version of QProperty<Character>.final classQComputedBooleanProperty is primitive-typed version of QComputedProperty<Boolean>.final classQComputedByteProperty is primitive-typed version of QComputedProperty<Byte>.final classQComputedCharProperty is primitive-typed version of QComputedProperty<Character>.final classQComputedDoubleProperty is primitive-typed version of QComputedProperty<Double>.final classQComputedFloatProperty is primitive-typed version of QComputedProperty<Float>.final classQComputedIntProperty is primitive-typed version of QComputedProperty<Integer>.final classQComputedLongProperty is primitive-typed version of QComputedProperty<Long>.final classTheQComputedPropertyclass is a template class for externally computed/stored values.final classQComputedShortProperty is primitive-typed version of QComputedProperty<Short>.final classQDoubleProperty is primitive-typed version of QProperty<Double>.final classQFloatProperty is primitive-typed version of QProperty<Float>.final classQIntProperty is primitive-typed version of QProperty<Integer>.final classQLongProperty is primitive-typed version of QProperty<Long>.final classTheQPropertyclass enables automatic property bindings.final classQShortProperty is primitive-typed version of QProperty<Short>.final classQProperty<T>Java wrapper for Qt class QPropertyclassThe QPropertyData class is a helper class for properties with automatic property bindings.final classQShortProperty is primitive-typed version of QProperty<Short>.classQShortPropertyData is primitive-typed version of QPropertyData<Short>.Methods in io.qt.core that return QUntypedPropertyDataModifier and TypeMethodDescriptionprotected final QUntypedPropertyDataQPropertyObserver.aliasedProperty()protected final QUntypedPropertyDataQUntypedBindable.data()Methods in io.qt.core with parameters of type QUntypedPropertyDataModifier and TypeMethodDescriptionprotected final voidQUntypedBindable.setData(QUntypedPropertyData data) Constructors in io.qt.core with parameters of type QUntypedPropertyDataModifierConstructorDescriptionprotectedQPropertyObserver(QUntypedPropertyData aliasedPropertyPtr)