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