![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglversionfunctions_p.h>
Public Member Functions | |
~QOpenGLContextVersionData () override | |
Public Member Functions inherited from QOpenGLContextVersionFunctionHelper | |
virtual | ~QOpenGLContextVersionFunctionHelper () |
Static Public Member Functions | |
static QOpenGLContextVersionData * | forContext (QOpenGLContext *context) |
Public Attributes | |
QHash< QOpenGLVersionProfile, QAbstractOpenGLFunctions * > | functions |
QOpenGLVersionFunctionsStorage | functionsStorage |
QSet< QAbstractOpenGLFunctions * > | externalFunctions |
Definition at line 40 of file qopenglversionfunctions_p.h.
|
override |
Definition at line 22 of file qopenglversionfunctions.cpp.
|
static |
Definition at line 34 of file qopenglversionfunctions.cpp.
References QPlatformOpenGLContext::QOpenGLContextPrivate.
Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend(), QAbstractOpenGLFunctionsPrivate::insertExternalFunctions(), and QAbstractOpenGLFunctionsPrivate::removeExternalFunctions().
QSet<QAbstractOpenGLFunctions *> QOpenGLContextVersionData::externalFunctions |
Definition at line 45 of file qopenglversionfunctions_p.h.
QHash<QOpenGLVersionProfile, QAbstractOpenGLFunctions *> QOpenGLContextVersionData::functions |
Definition at line 43 of file qopenglversionfunctions_p.h.
QOpenGLVersionFunctionsStorage QOpenGLContextVersionData::functionsStorage |
Definition at line 44 of file qopenglversionfunctions_p.h.
Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend().