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