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.SpecialValue
QJSValue.SpecialValue.resolve
(int value) Returns the corresponding enum entry for the given value.static QJSValue.SpecialValue
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.SpecialValueModifier and TypeMethodDescriptionfinal void
QJSValue.setProperty
(int arrayIndex, QJSValue.SpecialValue value) final void
QJSValue.setProperty
(String name, QJSValue.SpecialValue value) Constructors in io.qt.qml with parameters of type QJSValue.SpecialValue