Uses of Class
io.qt.quick.QSGMaterialShader.Flag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterialShader.Flag in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.Flag Modifier and Type Method Description QSGMaterialShader.Flag[]
QSGMaterialShader.Flags. flags()
Returns an array of flag objects represented by this Flags.static QSGMaterialShader.Flag
QSGMaterialShader.Flag. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGMaterialShader.Flag
QSGMaterialShader.Flag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGMaterialShader.Flag[]
QSGMaterialShader.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 QSGMaterialShader.Flag Modifier and Type Method Description QSGMaterialShader.Flags
QSGMaterialShader.Flag. combined(QSGMaterialShader.Flag e)
Combines this entry with other enum entry.QSGMaterialShader.Flags
QSGMaterialShader.Flags. combined(QSGMaterialShader.Flag e)
Combines this flags with enum entry.static QSGMaterialShader.Flags
QSGMaterialShader.Flag. flags(QSGMaterialShader.Flag... values)
Creates a newQSGMaterialShader.Flags
from the entries.QSGMaterialShader.Flags
QSGMaterialShader.Flags. setFlag(QSGMaterialShader.Flag e)
Sets the flage
QSGMaterialShader.Flags
QSGMaterialShader.Flags. setFlag(QSGMaterialShader.Flag e, boolean on)
Sets or clears the flagflag
void
QSGMaterialShader. setFlags(QSGMaterialShader.Flag... flags)
Overloaded function forQSGMaterialShader.setFlags(io.qt.quick.QSGMaterialShader.Flags)
.Constructors in io.qt.quick with parameters of type QSGMaterialShader.Flag Constructor Description Flags(QSGMaterialShader.Flag... args)
Creates a new Flags where the flags inargs
are set.