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

(fed6d715110e37eb3d0b646dedefc70699401a6f)

#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.

◆ GL_SRGB8

#define GL_SRGB8   0x8C41

Definition at line 660 of file qopenglwidget.cpp.

◆ GL_SRGB8_ALPHA8

#define GL_SRGB8_ALPHA8   0x8C43

Definition at line 666 of file qopenglwidget.cpp.

◆ GL_SRGB_ALPHA

#define GL_SRGB_ALPHA   0x8C42

Definition at line 663 of file qopenglwidget.cpp.