Uses of Class
io.qt.core.QObject.QComputedDoubleProperty
Packages that use QObject.QComputedDoubleProperty
-
Uses of QObject.QComputedDoubleProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedDoublePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Double>
QBindable.fromProperty
(QObject.QComputedDoubleProperty property) Creates a newDouble
-typed genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedDoubleProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Double>
QPropertyAlias.fromProperty
(QObject.QComputedDoubleProperty 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.QComputedDoubleProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedDoublePropertyModifierConstructorDescriptionCreates a new bindable from provided property.Creates a newQDoublePropertyBinding
as copy of the property's available binding.