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