Uses of Class
io.qt.core.QObject.QDoubleProperty
Packages that use QObject.QDoubleProperty
-
Uses of QObject.QDoubleProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QDoublePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QObject.QDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QDoubleProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Double>
QPropertyAlias.fromProperty
(QObject.QDoubleProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static double
QMetaObject.readProperty
(QObject.QDoubleProperty property) Reads the value of the property in the object's thread.static void
QMetaObject.writeProperty
(QObject.QDoubleProperty property, double value) CallingwriteProperty(property, AutoConnection, value)
.static void
QMetaObject.writeProperty
(QObject.QDoubleProperty property, Qt.ConnectionType type, double value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QDoublePropertyModifierConstructorDescriptionQDoubleBindable
(QObject.QDoubleProperty property) Creates a new bindable from provided property.QDoublePropertyAlias
(QObject.QDoubleProperty 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 newQDoublePropertyBinding
as copy of the property's available binding.