Qt 4.8
|
#include <QtGui/qwidget.h>
#include <QtGui/qpaintengine.h>
#include <QtOpenGL/qglcolormap.h>
#include <QtCore/qmap.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qt_windows.h>
#include <OpenGL/gl.h>
Go to the source code of this file.
Classes | |
class | QGLContext |
The QGLContext class encapsulates an OpenGL rendering context. More... | |
class | QGLFormat |
The QGLFormat class specifies the display format of an OpenGL rendering context. More... | |
class | QGLWidget |
The QGLWidget class is a widget for rendering OpenGL graphics. More... | |
Namespaces | |
QGL | |
The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module. | |
Enumerations | |
enum | QGL::FormatOption { QGL::DoubleBuffer = 0x0001, QGL::DepthBuffer = 0x0002, QGL::Rgba = 0x0004, QGL::AlphaChannel = 0x0008, QGL::AccumBuffer = 0x0010, QGL::StencilBuffer = 0x0020, QGL::StereoBuffers = 0x0040, QGL::DirectRendering = 0x0080, QGL::HasOverlay = 0x0100, QGL::SampleBuffers = 0x0200, QGL::DeprecatedFunctions = 0x0400, QGL::SingleBuffer = DoubleBuffer << 16, QGL::NoDepthBuffer = DepthBuffer << 16, QGL::ColorIndex = Rgba << 16, QGL::NoAlphaChannel = AlphaChannel << 16, QGL::NoAccumBuffer = AccumBuffer << 16, QGL::NoStencilBuffer = StencilBuffer << 16, QGL::NoStereoBuffers = StereoBuffers << 16, QGL::IndirectRendering = DirectRendering << 16, QGL::NoOverlay = HasOverlay << 16, QGL::NoSampleBuffers = SampleBuffers << 16, QGL::NoDeprecatedFunctions = DeprecatedFunctions << 16 } |
This enum specifies the format options that can be used to configure an OpenGL context. More... | |
Functions | |
Q_OPENGL_EXPORT bool | operator!= (const QGLFormat &, const QGLFormat &) |
Q_OPENGL_EXPORT QDebug | operator<< (QDebug, const QGLFormat &) |
Q_OPENGL_EXPORT bool | operator== (const QGLFormat &, const QGLFormat &) |
Q_OPENGL_EXPORT void | QGL::setPreferredPaintEngine (QPaintEngine::Type engineType) |
Sets the preferred OpenGL paint engine that is used to draw onto QGLWidget, QGLPixelBuffer and QGLFramebufferObject targets with QPainter in Qt. More... | |
Q_OPENGL_EXPORT bool operator!= | ( | const QGLFormat & | , |
const QGLFormat & | |||
) |
Q_OPENGL_EXPORT QDebug operator<< | ( | QDebug | , |
const QGLFormat & | |||
) |
Definition at line 1620 of file qgl.cpp.
Q_OPENGL_EXPORT bool operator== | ( | const QGLFormat & | , |
const QGLFormat & | |||
) |