Uses of Enum
io.qt.script.QScriptValue.PropertyFlag
-
Uses of QScriptValue.PropertyFlag in io.qt.script
Modifier 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.Modifier and TypeMethodDescriptionQScriptValue.PropertyFlag.cleared
(QScriptValue.PropertyFlag e) Excludes other enum entry from a flag of this entry.QScriptValue.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) ModifierConstructorDescriptionPropertyFlags
(QScriptValue.PropertyFlag ... args) Creates a new PropertyFlags where the flags inargs
are set.