Uses of Class
io.qt.script.QScriptValue.PropertyFlag
Package | Description |
---|---|
io.qt.script |
-
Uses of QScriptValue.PropertyFlag in io.qt.script
Methods in io.qt.script that return QScriptValue.PropertyFlag Modifier and Type Method Description 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
QScriptValue.PropertyFlag. valueOf(String name)
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.Constructors in io.qt.script with parameters of type QScriptValue.PropertyFlag Constructor Description PropertyFlags(QScriptValue.PropertyFlag... args)
Creates a new PropertyFlags where the flags inargs
are set.