Qt 5.15
Qt GUI
C++ Classes
QOpenGLContext
Qt 5.15.12 Reference Documentation
List of All Members for QOpenGLContext
This is the complete list of members for
QOpenGLContext
, including inherited members.
enum
OpenGLModuleType
QOpenGLContext
(QObject *)
aboutToBeDestroyed
()
~QOpenGLContext
()
areSharing
(QOpenGLContext *, QOpenGLContext *) : bool
create
() : bool
currentContext
() : QOpenGLContext *
defaultFramebufferObject
() const : GLuint
doneCurrent
()
extensions
() const : QSet<QByteArray>
extraFunctions
() const : QOpenGLExtraFunctions *
format
() const : QSurfaceFormat
functions
() const : QOpenGLFunctions *
getProcAddress
(const QByteArray &) const : QFunctionPointer
getProcAddress
(const char *) const : QFunctionPointer
globalShareContext
() : QOpenGLContext *
hasExtension
(const QByteArray &) const : bool
isOpenGLES
() const : bool
isValid
() const : bool
makeCurrent
(QSurface *) : bool
nativeHandle
() const : QVariant
openGLModuleHandle
() : void *
openGLModuleType
() : OpenGLModuleType
screen
() const : QScreen *
setFormat
(const QSurfaceFormat &)
setNativeHandle
(const QVariant &)
setScreen
(QScreen *)
setShareContext
(QOpenGLContext *)
shareContext
() const : QOpenGLContext *
shareGroup
() const : QOpenGLContextGroup *
supportsThreadedOpenGL
() : bool
surface
() const : QSurface *
swapBuffers
(QSurface *)
versionFunctions
(const QOpenGLVersionProfile &) const : QAbstractOpenGLFunctions *
versionFunctions
() const : TYPE *