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
qopenglwidget.cpp File Reference

(50c81f549030aba3c29f8cd161662b019028e91b)

#include "qopenglwidget.h"
#include <QtGui/QOpenGLContext>
#include <QtGui/QOffscreenSurface>
#include <QtGui/QOpenGLFunctions>
#include <QtGui/QWindow>
#include <QtGui/QGuiApplication>
#include <QtGui/QScreen>
#include <QtGui/qpa/qplatformwindow.h>
#include <QtGui/qpa/qplatformintegration.h>
#include <QtOpenGL/QOpenGLFramebufferObject>
#include <QtOpenGL/QOpenGLPaintDevice>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qopenglextensions_p.h>
#include <QtGui/private/qfont_p.h>
#include <QtGui/private/qopenglcontext_p.h>
#include <QtOpenGL/private/qopenglframebufferobject_p.h>
#include <QtOpenGL/private/qopenglpaintdevice_p.h>
#include <QtWidgets/private/qwidget_p.h>
#include <QtWidgets/private/qwidgetrepaintmanager_p.h>
#include <rhi/qrhi.h>
#include "moc_qopenglwidget.cpp"
+ Include dependency graph for qopenglwidget.cpp:

Go to the source code of this file.

Classes

class  QOpenGLWidgetPaintDevicePrivate
 
class  QOpenGLWidgetPaintDevice
 
class  QOpenGLWidgetPrivate
 

Macros

#define GL_SRGB   0x8C40
 
#define GL_SRGB8   0x8C41
 
#define GL_SRGB_ALPHA   0x8C42
 
#define GL_SRGB8_ALPHA8   0x8C43
 

Macro Definition Documentation

◆ GL_SRGB

#define GL_SRGB   0x8C40

Definition at line 657 of file qopenglwidget.cpp.

Referenced by QOpenGLWidgetPrivate::textureListFlags().

◆ GL_SRGB8

#define GL_SRGB8   0x8C41

Definition at line 660 of file qopenglwidget.cpp.

Referenced by QOpenGLWidgetPrivate::textureListFlags().

◆ GL_SRGB8_ALPHA8

#define GL_SRGB8_ALPHA8   0x8C43

Definition at line 666 of file qopenglwidget.cpp.

Referenced by QOpenGLWidgetPrivate::textureListFlags().

◆ GL_SRGB_ALPHA

#define GL_SRGB_ALPHA   0x8C42

Definition at line 663 of file qopenglwidget.cpp.

Referenced by QOpenGLWidgetPrivate::textureListFlags().