Uses of Class
io.qt.qml.QJSEngine.ObjectOwnership
Package | Description |
---|---|
io.qt.qml |
-
Uses of QJSEngine.ObjectOwnership in io.qt.qml
Methods in io.qt.qml that return QJSEngine.ObjectOwnership Modifier and Type Method Description static 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
QJSEngine.ObjectOwnership. valueOf(String name)
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.ObjectOwnership Modifier and Type Method Description static void
QJSEngine. setObjectOwnership(QObject arg__1, QJSEngine.ObjectOwnership arg__2)