![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglversionfunctions.h>
Collaboration diagram for QOpenGLVersionFunctionsStorage:Public Member Functions | |
| QOpenGLVersionFunctionsStorage () | |
| ~QOpenGLVersionFunctionsStorage () | |
| QOpenGLVersionFunctionsBackend * | backend (QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v) |
Public Attributes | |
| QOpenGLVersionFunctionsBackend ** | backends |
Definition at line 143 of file qopenglversionfunctions.h.
| QOpenGLVersionFunctionsStorage::QOpenGLVersionFunctionsStorage | ( | ) |
Definition at line 57 of file qopenglversionfunctions.cpp.
| QOpenGLVersionFunctionsStorage::~QOpenGLVersionFunctionsStorage | ( | ) |
Definition at line 62 of file qopenglversionfunctions.cpp.
References backends, DELETE_BACKEND, i, and QT_OPENGL_VERSIONS.
| QOpenGLVersionFunctionsBackend * QOpenGLVersionFunctionsStorage::backend | ( | QOpenGLContext * | context, |
| QOpenGLVersionFunctionsBackend::Version | v | ||
| ) |
Definition at line 81 of file qopenglversionfunctions.cpp.
References backends, context, CREATE_BACKEND, QOpenGLVersionFunctionsBackend::OpenGLVersionBackendCount, Q_UNUSED, QT_OPENGL_VERSIONS, and QOpenGLVersionFunctionsBackend::refs.
Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend().
Here is the caller graph for this function:| QOpenGLVersionFunctionsBackend** QOpenGLVersionFunctionsStorage::backends |
Definition at line 151 of file qopenglversionfunctions.h.
Referenced by ~QOpenGLVersionFunctionsStorage(), and backend().