Uses of Enum
io.qt.qml.QJSValue.SpecialValue
Packages that use QJSValue.SpecialValue
-
Uses of QJSValue.SpecialValue in io.qt.qml
Methods in io.qt.qml that return QJSValue.SpecialValueModifier and TypeMethodDescriptionstatic QJSValue.SpecialValueQJSValue.SpecialValue.resolve(int value) Returns the corresponding enum entry for the given value.static QJSValue.SpecialValueReturns 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.SpecialValueModifier and TypeMethodDescriptionfinal voidQJSValue.setProperty(int arrayIndex, QJSValue.SpecialValue value) final voidQJSValue.setProperty(String name, QJSValue.SpecialValue value) Constructors in io.qt.qml with parameters of type QJSValue.SpecialValue