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