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
qopenglcontext.h File Reference

(3fa3e0362f36607707e24cb1dea31dce30254b4a)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qobject.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qset.h>
#include <QtCore/qnativeinterface.h>
#include <QtGui/QSurfaceFormat>
#include <QtGui/qopengl.h>
#include <QtCore/qvariant.h>
#include <QtGui/qopenglcontext_platform.h>
Include dependency graph for qopenglcontext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QOpenGLContextGroup
 The QOpenGLContextGroup class represents a group of contexts sharing OpenGL resources. \inmodule QtGui. More...
class  QOpenGLContext
 \inmodule QtGui More...

Functions

Q_GUI_EXPORT QDebug operator<< (QDebug debug, const QOpenGLContext *ctx)
Q_GUI_EXPORT QDebug operator<< (QDebug debug, const QOpenGLContextGroup *cg)

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug debug,
const QOpenGLContext * ctx )

Definition at line 1305 of file qopenglcontext.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug debug,
const QOpenGLContextGroup * cg )

Definition at line 1329 of file qopenglcontext.cpp.