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