Uses of Enum
io.qt.script.QScriptValue.PropertyFlag
Packages that use QScriptValue.PropertyFlag
-
Uses of QScriptValue.PropertyFlag in io.qt.script
Methods in io.qt.script that return QScriptValue.PropertyFlagModifier and TypeMethodDescriptionfinal QScriptValue.PropertyFlag[]
QScriptValue.PropertyFlags.flags()
Returns an array of flag objects represented by this PropertyFlags.static QScriptValue.PropertyFlag
QScriptValue.PropertyFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QScriptValue.PropertyFlag
Returns the enum constant of this type with the specified name.static QScriptValue.PropertyFlag[]
QScriptValue.PropertyFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.script with parameters of type QScriptValue.PropertyFlagModifier and TypeMethodDescriptionQScriptValue.PropertyFlag.combined
(QScriptValue.PropertyFlag e) Combines this entry with other enum entry.QScriptValue.PropertyFlags.combined
(QScriptValue.PropertyFlag e) Combines this flags with enum entry.static QScriptValue.PropertyFlags
QScriptValue.PropertyFlag.flags
(QScriptValue.PropertyFlag... values) Creates a newQScriptValue.PropertyFlags
from the entries.QScriptValue.PropertyFlags.setFlag
(QScriptValue.PropertyFlag e) Sets the flage
QScriptValue.PropertyFlags.setFlag
(QScriptValue.PropertyFlag e, boolean on) Sets or clears the flagflag
final void
QScriptValue.setProperty
(int arrayIndex, QScriptValue value, QScriptValue.PropertyFlag... flags) Overloaded function forQScriptValue.setProperty(int, io.qt.script.QScriptValue, io.qt.script.QScriptValue.PropertyFlags)
.final void
QScriptValue.setProperty
(QScriptString name, QScriptValue value, QScriptValue.PropertyFlag... flags) final void
QScriptValue.setProperty
(String name, QScriptValue value, QScriptValue.PropertyFlag... flags) Constructors in io.qt.script with parameters of type QScriptValue.PropertyFlagModifierConstructorDescriptionPropertyFlags
(QScriptValue.PropertyFlag... args) Creates a new PropertyFlags where the flags inargs
are set.