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 genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedBooleanProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Boolean>
QPropertyAlias.fromProperty
(QObject.QComputedBooleanProperty property) Creates a new alias to the provided property.static boolean
QMetaObject.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.Creates a new alias to the provided property.Creates a newQBooleanPropertyBinding
as copy of the property's available binding.