Uses of Class
io.qt.core.QObject.QProperty
-
Uses of QObject.QProperty in io.qt.core
Modifier and TypeMethodDescriptionstatic <A> QMetaProperty
QMetaProperty.fromProperty
(QObject.QProperty<A> property) Returns corresponding meta property for given QProperty.static <A> A
QMetaObject.readProperty
(QObject.QProperty<A> property) Reads the value of the property in the object's thread.static <A> void
QMetaObject.writeProperty
(QObject.QProperty<A> property, A value) CallingwriteProperty(property, AutoConnection, value)
.static <A> void
QMetaObject.writeProperty
(QObject.QProperty<A> property, Qt.ConnectionType type, A value) Sets the value of the property.ModifierConstructorDescriptionQBindable
(QObject.QProperty<T> property) Creates a newQBindable
from provided property.QBooleanBindable
(QObject.QProperty<@QtPrimitiveType Boolean> 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.QByteBindable
(QObject.QProperty<@QtPrimitiveType Byte> property) Creates a new bindable from provided property.QBytePropertyAlias
(QObject.QProperty<@QtPrimitiveType Byte> property) Creates a new alias to the provided property.Creates a newQBytePropertyBinding
as copy of the property's available binding.QCharBindable
(QObject.QProperty<@QtPrimitiveType Character> property) 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.QDoubleBindable
(QObject.QProperty<@QtPrimitiveType Double> property) 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.QFloatBindable
(QObject.QProperty<@QtPrimitiveType Float> property) 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.QIntBindable
(QObject.QProperty<@QtPrimitiveType Integer> property) 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.QLongBindable
(QObject.QProperty<@QtPrimitiveType Long> property) Creates a new bindable from provided property.QLongPropertyAlias
(QObject.QProperty<@QtPrimitiveType Long> property) Creates a new alias to the provided property.Creates a newQLongPropertyBinding
as copy of the property's available binding.QPropertyAlias
(QObject.QProperty<T> property) Creates a new alias to the provided property.QPropertyBinding
(QObject.QProperty<T> property) Creates a newQPropertyBinding
as copy of the property's available binding.QShortBindable
(QObject.QProperty<@QtPrimitiveType Short> property) 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.