Uses of Enum
io.qt.qml.QJSEngine.ObjectOwnership
Packages that use QJSEngine.ObjectOwnership
-
Uses of QJSEngine.ObjectOwnership in io.qt.qml
Fields in io.qt.qml declared as QJSEngine.ObjectOwnershipModifier and TypeFieldDescriptionstatic final QJSEngine.ObjectOwnership
QJSEngine.ObjectOwnership.CppOwnership
Deprecated.The native name of this enum entry is misleading.static final QJSEngine.ObjectOwnership
QJSEngine.ObjectOwnership.KotlinOwnership
Equivalent toJavaOwnership
.Methods in io.qt.qml that return QJSEngine.ObjectOwnershipModifier and TypeMethodDescriptionstatic QJSEngine.ObjectOwnership
QJSEngine.objectOwnership
(QObject arg__1) static QJSEngine.ObjectOwnership
QJSEngine.ObjectOwnership.resolve
(int value) Returns the corresponding enum entry for the given value.static QJSEngine.ObjectOwnership
Returns the enum constant of this type with the specified name.static QJSEngine.ObjectOwnership[]
QJSEngine.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 QJSEngine.ObjectOwnershipModifier and TypeMethodDescriptionstatic void
QJSEngine.setObjectOwnership
(QObject arg__1, QJSEngine.ObjectOwnership arg__2)