Uses of Class
io.qt.core.QObject.QComputedLongProperty
Packages that use QObject.QComputedLongProperty
-
Uses of QObject.QComputedLongProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedLongPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Long> QBindable.fromProperty(QObject.QComputedLongProperty property) Creates a newLong-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QComputedLongProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Long> QPropertyAlias.fromProperty(QObject.QComputedLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static longQMetaObject.readProperty(QObject.QComputedLongProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedLongPropertyModifierConstructorDescriptionQLongBindable(QObject.QComputedLongProperty property) Creates a new bindable from provided property.Creates a newQLongPropertyBindingas copy of the property's available binding.