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

(05fc3aef53348fb58be6308076e000825b704e58)

#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 1295 of file qopenglcontext.cpp.

References debug.

◆ operator<<() [2/2]

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

Definition at line 1319 of file qopenglcontext.cpp.

References debug, and QOpenGLContextGroup::shares().

+ Here is the call graph for this function: