Uses of Class
io.qt.qml.QJSManagedValue.Type
Package | Description |
---|---|
io.qt.qml |
-
Uses of QJSManagedValue.Type in io.qt.qml
Methods in io.qt.qml that return QJSManagedValue.Type Modifier and Type Method Description static QJSManagedValue.Type
QJSManagedValue.Type. resolve(int value)
Returns the corresponding enum entry for the given value.QJSManagedValue.Type
QJSManagedValue. type()
static QJSManagedValue.Type
QJSManagedValue.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static QJSManagedValue.Type[]
QJSManagedValue.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.