Uses of Class
io.qt.core.QObject.QLongProperty
Packages that use QObject.QLongProperty
-
Uses of QObject.QLongProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QLongPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Long> QBindable.fromProperty(QObject.QLongProperty property) Creates a newLong-typed genericQBindablefrom primitive-typed property.static QMetaPropertyQMetaProperty.fromProperty(QObject.QLongProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias<@QtPrimitiveType Long> QPropertyAlias.fromProperty(QObject.QLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.static longQMetaObject.readProperty(QObject.QLongProperty property) Reads the value of the property in the object's thread.static voidQMetaObject.writeProperty(QObject.QLongProperty property, long value) CallingwriteProperty(property, AutoConnection, value).static voidQMetaObject.writeProperty(QObject.QLongProperty property, Qt.ConnectionType type, long value) Sets the value of the property.Constructors in io.qt.core with parameters of type QObject.QLongPropertyModifierConstructorDescriptionQLongBindable(QObject.QLongProperty property) Creates a new bindable from provided property.QLongPropertyAlias(QObject.QLongProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QLongPropertyBinding(QObject.QLongProperty property) Creates a newQLongPropertyBindingas copy of the property's available binding.