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 genericQBindable
from primitive-typed property.static QMetaProperty
QMetaProperty.fromProperty
(QObject.QLongProperty property) Returns corresponding meta property for given QProperty.static QPropertyAlias
<@QtPrimitiveType Long> QPropertyAlias.fromProperty
(QObject.QLongProperty property) Creates a new alias to the provided property.static long
QMetaObject.readProperty
(QObject.QLongProperty property) Reads the value of the property in the object's thread.static void
QMetaObject.writeProperty
(QObject.QLongProperty property, long value) CallingwriteProperty(property, AutoConnection, value)
.static void
QMetaObject.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) Creates a new alias to the provided property.QLongPropertyBinding
(QObject.QLongProperty property) Creates a newQLongPropertyBinding
as copy of the property's available binding.