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
qopenglversionfunctions_p.h
Go to the documentation of this file.
1// Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB)
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3/***************************************************************************
4** This file was generated by glgen version 0.1
5** Command line was: glgen
6**
7** glgen is Copyright (C) 2012 Klaralvdalens Datakonsult AB (KDAB)
8**
9** This is an auto-generated file.
10** Do not edit! All changes made to it will be lost.
11**
12****************************************************************************/
13// Qt-Security score:significant reason:default
14
15#ifndef QOPENGLVERSIONFUNCTIONS_P_H
16#define QOPENGLVERSIONFUNCTIONS_P_H
17
18//
19// W A R N I N G
20// -------------
21//
22// This file is not part of the Qt API. It exists purely as an
23// implementation detail. This header file may change from version to
24// version without notice, or even be removed.
25//
26// We mean it.
27//
28
30
31#include <QtGui/private/qopenglcontext_p.h>
32
33#include <QtOpenGL/qtopenglglobal.h>
34#include <QtOpenGL/QOpenGLVersionProfile>
35#include <QtCore/QSet>
36
38
39class QAbstractOpenGLFunctions;
40
50
51QT_END_NAMESPACE
52
53#endif // QOPENGLVERSIONFUNCTIONS_P_H
static QAbstractOpenGLFunctionsPrivate * get(QAbstractOpenGLFunctions *q)
static QOpenGLVersionFunctionsBackend * functionsBackend(QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v)
static void removeExternalFunctions(QOpenGLContext *context, QAbstractOpenGLFunctions *f)
static void insertExternalFunctions(QOpenGLContext *context, QAbstractOpenGLFunctions *f)
QSet< QAbstractOpenGLFunctions * > externalFunctions
QHash< QOpenGLVersionProfile, QAbstractOpenGLFunctions * > functions
QOpenGLVersionFunctionsStorage functionsStorage
static QOpenGLContextVersionData * forContext(QOpenGLContext *context)
QOpenGLVersionFunctionsBackend(QOpenGLContext *ctx)
QOpenGLVersionFunctionsBackend ** backends
QOpenGLVersionFunctionsBackend * backend(QOpenGLContext *context, QOpenGLVersionFunctionsBackend::Version v)
Combined button and popup list for selecting options.
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)
#define QT_OPENGL_FUNCTION_NAMES(ret, name, args)
#define VERSION_ENUM(X)
size_t qHash(const QOpenGLVersionStatus &v, size_t seed=0) noexcept
#define QT_OPENGL_VERSIONS(F)
friend constexpr bool operator!=(const QOpenGLVersionStatus &lhs, const QOpenGLVersionStatus &rhs) noexcept
constexpr QOpenGLVersionStatus(int majorVersion, int minorVersion, QOpenGLVersionStatus::OpenGLStatus functionStatus)
friend constexpr bool operator==(const QOpenGLVersionStatus &lhs, const QOpenGLVersionStatus &rhs) noexcept
std::pair< int, int > version