Uses of Class
io.qt.qml.QJSValue.ErrorType
Package | Description |
---|---|
io.qt.qml |
-
Uses of QJSValue.ErrorType in io.qt.qml
Methods in io.qt.qml that return QJSValue.ErrorType Modifier and Type Method Description QJSValue.ErrorType
QJSValue. errorType()
static QJSValue.ErrorType
QJSValue.ErrorType. resolve(int value)
Returns the corresponding enum entry for the given value.static QJSValue.ErrorType
QJSValue.ErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QJSValue.ErrorType[]
QJSValue.ErrorType. 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 QJSValue.ErrorType Modifier and Type Method Description QJSValue
QJSEngine. newErrorObject(QJSValue.ErrorType errorType)
Overloaded function forQJSEngine.newErrorObject(io.qt.qml.QJSValue.ErrorType, java.lang.String)
withmessage = ""
.QJSValue
QJSEngine. newErrorObject(QJSValue.ErrorType errorType, String message)
void
QJSEngine. throwError(QJSValue.ErrorType errorType)
Overloaded function forQJSEngine.throwError(io.qt.qml.QJSValue.ErrorType, java.lang.String)
withmessage = ""
.void
QJSEngine. throwError(QJSValue.ErrorType errorType, String message)