Uses of Class
io.qt.core.QObject.QComputedBooleanProperty
Packages that use QObject.QComputedBooleanProperty
-
Uses of QObject.QComputedBooleanProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedBooleanPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Boolean>QBindable.fromProperty(QObject.QComputedBooleanProperty property) Creates a newBoolean-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QComputedBooleanProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Boolean>QPropertyAlias.fromProperty(QObject.QComputedBooleanProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static booleanQMetaObject.readProperty(QObject.QComputedBooleanProperty property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedBooleanPropertyModifierConstructorDescriptionCreates 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 newQBooleanPropertyBindingas copy of the property's available binding.