summaryrefslogtreecommitdiff
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2012-11-27 15:09:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-27 15:25:55 +0100
commit96cded6667c99817aa279a5dddde446ca13248cd (patch)
tree24e3140e82636db889709e0dede9e8a498992ada /src/opengl/qgl.cpp
parent7a7102ad07c82c460bbe393931c13f95efd741fe (diff)
downloadqtbase-96cded6667c99817aa279a5dddde446ca13248cd.tar.gz
Improve OpenGL docs
* Mark all Open GL classes with \inmodule QtOpenGL. Otherwise, they weren't listed in the list of classes. * Remove a reference to Motif Change-Id: I75680712b212cf46b869014d3678b56d022c6323 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index accfcae16c..f5c84a4e07 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -162,6 +162,8 @@ QGLSignalProxy *QGLSignalProxy::instance()
/*!
\class QGLFormat
+ \inmodule QtOpenGL
+
\brief The QGLFormat class specifies the display format of an OpenGL
rendering context.
@@ -1809,6 +1811,8 @@ struct DDSFormat {
/*!
\class QGLContext
+ \inmodule QtOpenGL
+
\brief The QGLContext class encapsulates an OpenGL rendering context.
\ingroup painting-3D
@@ -3234,11 +3238,12 @@ void QGLContextPrivate::setCurrentContext(QGLContext *context)
/*!
\class QGLWidget
+ \inmodule QtOpenGL
+
\brief The QGLWidget class is a widget for rendering OpenGL graphics.
\ingroup painting-3D
-
QGLWidget provides functionality for displaying OpenGL graphics
integrated into a Qt application. It is very simple to use. You
inherit from it and use the subclass like any other QWidget,