Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

References QSet< T >::clear(), QHash< Key, T >::clear(), externalFunctions, fp, functions, QAbstractOpenGLFunctionsPrivate::get(), and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ forContext()

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

Definition at line 34 of file qopenglversionfunctions.cpp.

References context, and QOpenGLContextPrivate::get().

Referenced by QAbstractOpenGLFunctionsPrivate::functionsBackend(), QOpenGLVersionFunctionsFactory::get(), 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.

Referenced by ~QOpenGLContextVersionData().

◆ functions

QHash<QOpenGLVersionProfile, QAbstractOpenGLFunctions *> QOpenGLContextVersionData::functions

Definition at line 43 of file qopenglversionfunctions_p.h.

Referenced by ~QOpenGLContextVersionData().

◆ functionsStorage

QOpenGLVersionFunctionsStorage QOpenGLContextVersionData::functionsStorage

Definition at line 44 of file qopenglversionfunctions_p.h.


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