Uses of Enum
io.qt.qml.QQmlEngine.ObjectOwnership
Packages that use QQmlEngine.ObjectOwnership
-
Uses of QQmlEngine.ObjectOwnership in io.qt.qml
Fields in io.qt.qml declared as QQmlEngine.ObjectOwnershipModifier and TypeFieldDescriptionstatic final QQmlEngine.ObjectOwnership
QQmlEngine.ObjectOwnership.CppOwnership
Deprecated.The native name of this enum entry is misleading.static final QQmlEngine.ObjectOwnership
QQmlEngine.ObjectOwnership.KotlinOwnership
Equivalent toJavaOwnership
.Methods in io.qt.qml that return QQmlEngine.ObjectOwnershipModifier and TypeMethodDescriptionstatic QQmlEngine.ObjectOwnership
QQmlEngine.objectOwnership
(QObject arg__1) static QQmlEngine.ObjectOwnership
QQmlEngine.ObjectOwnership.resolve
(int value) Returns the corresponding enum entry for the given value.static QQmlEngine.ObjectOwnership
Returns the enum constant of this type with the specified name.static QQmlEngine.ObjectOwnership[]
QQmlEngine.ObjectOwnership.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qml with parameters of type QQmlEngine.ObjectOwnershipModifier and TypeMethodDescriptionstatic void
QQmlEngine.setObjectOwnership
(QObject arg__1, QQmlEngine.ObjectOwnership arg__2)