Uses of Class
io.qt.qml.QJSValue.SpecialValue
Package | Description |
---|---|
io.qt.qml |
-
Uses of QJSValue.SpecialValue in io.qt.qml
Methods in io.qt.qml that return QJSValue.SpecialValue Modifier and Type Method Description static QJSValue.SpecialValue
QJSValue.SpecialValue. resolve(int value)
Returns the corresponding enum entry for the given value.static QJSValue.SpecialValue
QJSValue.SpecialValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static QJSValue.SpecialValue[]
QJSValue.SpecialValue. 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.SpecialValue Modifier and Type Method Description void
QJSValue. setProperty(int arrayIndex, QJSValue.SpecialValue value)
void
QJSValue. setProperty(String name, QJSValue.SpecialValue value)
Constructors in io.qt.qml with parameters of type QJSValue.SpecialValue Constructor Description QJSValue(QJSValue.SpecialValue value)