Uses of Class
io.qt.core.QObject.QComputedProperty
Packages that use QObject.QComputedProperty
-
Uses of QObject.QComputedProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedPropertyModifier and TypeMethodDescriptionstatic <A> QMetaProperty
QMetaProperty.fromProperty
(QObject.QComputedProperty<A> property) Returns corresponding meta property for given QProperty.static <A> A
QMetaObject.readProperty
(QObject.QComputedProperty<A> property) Reads the value of the property in the object's thread.Constructors in io.qt.core with parameters of type QObject.QComputedPropertyModifierConstructorDescriptionQBindable
(QObject.QComputedProperty<T> property) Creates a newQBindable
from provided property.Creates 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.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQBytePropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQCharPropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQDoublePropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQFloatPropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQIntPropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQLongPropertyBinding
as copy of the property's available binding.QPropertyAlias
(QObject.QComputedProperty<T> property) Creates a new alias to the provided property.QPropertyBinding
(QObject.QComputedProperty<T> property) Creates a newQPropertyBinding
as copy of the property's available binding.Creates a new bindable from provided property.Creates a new alias to the provided property.Creates a newQShortPropertyBinding
as copy of the property's available binding.