![]() |
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.h>
Public Member Functions | |
QAbstractOpenGLFunctionsPrivate () | |
Static Public Member Functions | |
static QOpenGLVersionFunctionsBackend * | functionsBackend (QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v) |
static void | insertExternalFunctions (QOpenGLContext *context, QAbstractOpenGLFunctions *f) |
static void | removeExternalFunctions (QOpenGLContext *context, QAbstractOpenGLFunctions *f) |
static QAbstractOpenGLFunctionsPrivate * | get (QAbstractOpenGLFunctions *q) |
Public Attributes | |
QOpenGLContext * | owningContext |
bool | initialized |
Definition at line 155 of file qopenglversionfunctions.h.
|
inline |
Definition at line 158 of file qopenglversionfunctions.h.
References initialized, and owningContext.
|
static |
Definition at line 111 of file qopenglversionfunctions.cpp.
References QOpenGLVersionFunctionsStorage::backend(), QOpenGLContextVersionData::forContext(), and QOpenGLContextVersionData::functionsStorage.
|
inlinestatic |
Definition at line 195 of file qopenglversionfunctions.h.
|
static |
Definition at line 117 of file qopenglversionfunctions.cpp.
References QOpenGLContextVersionData::forContext().
|
static |
Definition at line 123 of file qopenglversionfunctions.cpp.
References QOpenGLContextVersionData::forContext().
bool QAbstractOpenGLFunctionsPrivate::initialized |
Definition at line 170 of file qopenglversionfunctions.h.
Referenced by QAbstractOpenGLFunctionsPrivate().
QOpenGLContext* QAbstractOpenGLFunctionsPrivate::owningContext |
Definition at line 169 of file qopenglversionfunctions.h.
Referenced by QAbstractOpenGLFunctionsPrivate().