Uses of Class
io.qt.core.QObject.QProperty
Packages that use QObject.QProperty
-
Uses of QObject.QProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QPropertyModifier and TypeMethodDescriptionstatic <A> QMetaPropertyQMetaProperty.fromProperty(QObject.QProperty<A> property) Returns corresponding meta property for given QProperty.static <A> AQMetaObject.readProperty(QObject.QProperty<A> property) Reads the value of the property in the object's thread.static <A> voidQMetaObject.writeProperty(QObject.QProperty<A> property, A value) CallingwriteProperty(property, AutoConnection, value).static <A> voidQMetaObject.writeProperty(QObject.QProperty<A> property, Qt.ConnectionType type, A value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QPropertyModifierConstructorDescriptionQBindable(QObject.QProperty<T> property) Creates a newQBindablefrom provided property.QBooleanBindable(QObject.QProperty<@QtPrimitiveType Boolean> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQBooleanPropertyBindingas copy of the property's available binding.QByteBindable(QObject.QProperty<@QtPrimitiveType Byte> property) Creates a new bindable from provided property.QBytePropertyAlias(QObject.QProperty<@QtPrimitiveType Byte> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQBytePropertyBindingas copy of the property's available binding.QCharBindable(QObject.QProperty<@QtPrimitiveType Character> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQCharPropertyBindingas copy of the property's available binding.QDoubleBindable(QObject.QProperty<@QtPrimitiveType Double> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQDoublePropertyBindingas copy of the property's available binding.QFloatBindable(QObject.QProperty<@QtPrimitiveType Float> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQFloatPropertyBindingas copy of the property's available binding.QIntBindable(QObject.QProperty<@QtPrimitiveType Integer> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQIntPropertyBindingas copy of the property's available binding.QLongBindable(QObject.QProperty<@QtPrimitiveType Long> property) Creates a new bindable from provided property.QLongPropertyAlias(QObject.QProperty<@QtPrimitiveType Long> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQLongPropertyBindingas copy of the property's available binding.QPropertyAlias(QObject.QProperty<T> property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QPropertyBinding(QObject.QProperty<T> property) Creates a newQPropertyBindingas copy of the property's available binding.QShortBindable(QObject.QProperty<@QtPrimitiveType Short> property) Creates a new bindable from provided property.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Creates a newQShortPropertyBindingas copy of the property's available binding.