Uses of Class
io.qt.qml.QQmlIncubator.Status
Package | Description |
---|---|
io.qt.qml |
-
Uses of QQmlIncubator.Status in io.qt.qml
Methods in io.qt.qml that return QQmlIncubator.Status Modifier and Type Method Description static QQmlIncubator.Status
QQmlIncubator.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QQmlIncubator.Status
QQmlIncubator. status()
static QQmlIncubator.Status
QQmlIncubator.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQmlIncubator.Status[]
QQmlIncubator.Status. 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 QQmlIncubator.Status Modifier and Type Method Description protected void
QQmlIncubator. statusChanged(QQmlIncubator.Status arg__1)