Uses of Class
io.qt.core.QObject.QComputedFloatProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.QComputedFloatProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedFloatProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Float>
QBindable. fromProperty(QObject.QComputedFloatProperty property)
Creates a newFloat
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Float>
QPropertyAlias. fromProperty(QObject.QComputedFloatProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QComputedFloatProperty Constructor Description QFloatBindable(QObject.QComputedFloatProperty property)
Creates a new bindable from provided property.QFloatPropertyBinding(QObject.QComputedFloatProperty property)
Creates a newQFloatPropertyBinding
as copy of the property's available binding.