Uses of Enum
io.qt.script.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.PropertyFlagQScriptValue.PropertyFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QScriptValue.PropertyFlagReturns 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.PropertyFlagsQScriptValue.PropertyFlag.flags(QScriptValue.PropertyFlag... values) Creates a newQScriptValue.PropertyFlagsfrom the entries.QScriptValue.PropertyFlags.setFlag(QScriptValue.PropertyFlag e) Sets the flageQScriptValue.PropertyFlags.setFlag(QScriptValue.PropertyFlag e, boolean on) Sets or clears the flagflagfinal voidQScriptValue.setProperty(int arrayIndex, QScriptValue value, QScriptValue.PropertyFlag... flags) Overloaded function forQScriptValue.setProperty(int, io.qt.script.QScriptValue, io.qt.script.QScriptValue.PropertyFlags).final voidQScriptValue.setProperty(QScriptString name, QScriptValue value, QScriptValue.PropertyFlag... flags) final voidQScriptValue.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 inargsare set.