Uses of Class
io.qt.opengl.QOpenGLVersionStatus.OpenGLStatus
Package | Description |
---|---|
io.qt.opengl |
-
Uses of QOpenGLVersionStatus.OpenGLStatus in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLVersionStatus.OpenGLStatus Modifier and Type Method Description static QOpenGLVersionStatus.OpenGLStatus
QOpenGLVersionStatus.OpenGLStatus. resolve(int value)
Returns the corresponding enum entry for the given value.QOpenGLVersionStatus.OpenGLStatus
QOpenGLVersionStatus. status()
static QOpenGLVersionStatus.OpenGLStatus
QOpenGLVersionStatus.OpenGLStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOpenGLVersionStatus.OpenGLStatus[]
QOpenGLVersionStatus.OpenGLStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.opengl with parameters of type QOpenGLVersionStatus.OpenGLStatus Modifier and Type Method Description void
QOpenGLVersionStatus. setStatus(QOpenGLVersionStatus.OpenGLStatus status)
Constructors in io.qt.opengl with parameters of type QOpenGLVersionStatus.OpenGLStatus Constructor Description QOpenGLVersionStatus(int majorVersion, int minorVersion, QOpenGLVersionStatus.OpenGLStatus functionStatus)