Uses of Enum
io.qt.opengl.QOpenGLVersionStatus.OpenGLStatus
Packages that use QOpenGLVersionStatus.OpenGLStatus
-
Uses of QOpenGLVersionStatus.OpenGLStatus in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLVersionStatus.OpenGLStatusModifier and TypeMethodDescriptionQOpenGLVersionStatus.OpenGLStatus.resolve
(int value) Returns the corresponding enum entry for the given value.QOpenGLVersionStatus.status()
SeeQOpenGLVersionStatus::
status 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.OpenGLStatusModifier and TypeMethodDescriptionfinal void
QOpenGLVersionStatus.setStatus
(QOpenGLVersionStatus.OpenGLStatus status) SeeQOpenGLVersionStatus::
status Constructors in io.qt.opengl with parameters of type QOpenGLVersionStatus.OpenGLStatusModifierConstructorDescriptionQOpenGLVersionStatus
(int majorVersion, int minorVersion, QOpenGLVersionStatus.OpenGLStatus functionStatus) SeeQOpenGLVersionStatus::
QOpenGLVersionStatus(int, int, QOpenGLVersionStatus::OpenGLStatus)