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.assign
(QJSValue.SpecialValue other) Overloaded function forQJSValue.assign(io.qt.qml.QJSValue)
.final boolean
QJSValue.equals
(QJSValue.SpecialValue other) Overloaded function forQJSValue.equals(io.qt.qml.QJSValue)
.final void
QJSManagedValue.setProperty
(int arrayIndex, QJSValue.SpecialValue value) Overloaded function forQJSManagedValue.setProperty(int, io.qt.qml.QJSValue)
.final void
QJSManagedValue.setProperty
(String name, QJSValue.SpecialValue value) Overloaded function forQJSManagedValue.setProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
QJSValue.setProperty
(int arrayIndex, QJSValue.SpecialValue value) Overloaded function forQJSValue.setProperty(int, io.qt.qml.QJSValue)
.final void
QJSValue.setProperty
(String name, QJSValue.SpecialValue value) Overloaded function forQJSValue.setProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
QJSValue.setPrototype
(QJSValue.SpecialValue prototype) Overloaded function forQJSValue.setPrototype(io.qt.qml.QJSValue)
.final boolean
QJSValue.strictlyEquals
(QJSValue.SpecialValue other) Overloaded function forQJSValue.strictlyEquals(io.qt.qml.QJSValue)
.Constructors in io.qt.qml with parameters of type QJSValue.SpecialValue