Uses of Class
io.qt.core.QObject.QComputedByteProperty
Packages that use QObject.QComputedByteProperty
-
Uses of QObject.QComputedByteProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedBytePropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Byte>
QBindable.fromProperty
(QObject.QComputedByteProperty property) Creates a newByte
-typed genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedByteProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Byte>
QPropertyAlias.fromProperty
(QObject.QComputedByteProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static byte
QMetaObject.readProperty
(QObject.QComputedByteProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedBytePropertyModifierConstructorDescriptionQByteBindable
(QObject.QComputedByteProperty 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 newQBytePropertyBinding
as copy of the property's available binding.