Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLContextVersionData Class Reference

#include <qopenglversionfunctions_p.h>

Inheritance diagram for QOpenGLContextVersionData:
Collaboration diagram for QOpenGLContextVersionData:

Public Member Functions

 ~QOpenGLContextVersionData () override
Public Member Functions inherited from QOpenGLContextVersionFunctionHelper
virtual ~QOpenGLContextVersionFunctionHelper ()

Static Public Member Functions

static QOpenGLContextVersionDataforContext (QOpenGLContext *context)

Public Attributes

QHash< QOpenGLVersionProfile, QAbstractOpenGLFunctions * > functions
QOpenGLVersionFunctionsStorage functionsStorage
QSet< QAbstractOpenGLFunctions * > externalFunctions

Detailed Description

Definition at line 40 of file qopenglversionfunctions_p.h.

Constructor & Destructor Documentation

◆ ~QOpenGLContextVersionData()

QT_BEGIN_NAMESPACE QOpenGLContextVersionData::~QOpenGLContextVersionData ( )
override

Definition at line 22 of file qopenglversionfunctions.cpp.

Member Function Documentation

◆ forContext()

QOpenGLContextVersionData * QOpenGLContextVersionData::forContext ( QOpenGLContext * context)
static

Definition at line 34 of file qopenglversionfunctions.cpp.

References QPlatformOpenGLContext::QOpenGLContextPrivate.

Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend(), QAbstractOpenGLFunctionsPrivate::insertExternalFunctions(), and QAbstractOpenGLFunctionsPrivate::removeExternalFunctions().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ externalFunctions

QSet<QAbstractOpenGLFunctions *> QOpenGLContextVersionData::externalFunctions

Definition at line 45 of file qopenglversionfunctions_p.h.

◆ functions

QHash<QOpenGLVersionProfile, QAbstractOpenGLFunctions *> QOpenGLContextVersionData::functions

Definition at line 43 of file qopenglversionfunctions_p.h.

◆ functionsStorage

QOpenGLVersionFunctionsStorage QOpenGLContextVersionData::functionsStorage

The documentation for this class was generated from the following files: