Uses of Class
io.qt.quick.QSGMaterial.Flag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterial.Flag in io.qt.quick
Methods in io.qt.quick that return QSGMaterial.Flag Modifier and Type Method Description QSGMaterial.Flag[]
QSGMaterial.Flags. flags()
Returns an array of flag objects represented by this Flags.static QSGMaterial.Flag
QSGMaterial.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGMaterial.Flag
QSGMaterial.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGMaterial.Flag[]
QSGMaterial.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGMaterial.Flag Modifier and Type Method Description QSGMaterial.Flags
QSGMaterial.Flag. combined(QSGMaterial.Flag e)
Combines this entry with other enum entry.QSGMaterial.Flags
QSGMaterial.Flags. combined(QSGMaterial.Flag e)
Combines this flags with enum entry.static QSGMaterial.Flags
QSGMaterial.Flag. flags(QSGMaterial.Flag... values)
Creates a newQSGMaterial.Flags
from the entries.QSGMaterial.Flags
QSGMaterial.Flags. setFlag(QSGMaterial.Flag e)
Sets the flage
QSGMaterial.Flags
QSGMaterial.Flags. setFlag(QSGMaterial.Flag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGMaterial.Flag Constructor Description Flags(QSGMaterial.Flag... args)
Creates a new Flags where the flags inargs
are set.