The QGL class is a namespace for miscellaneous identifiers in the Qt OpenGL module. More...
#include <qgl.h>
Inherited by QGLContext, QGLFormat and QGLWidget.
Normally, you can ignore this class. QGLWidget and the other OpenGL module classes inherit it, so when you make your own QGLWidget subclass, you can use the identifiers in the QGL namespace without qualification.
However, occasionally you may find yourself in situations where you
need ot refer to these identifiers from outside the QGL namespace
scope, e.g. in static utility functions. In such cases, simply write
e.g. QGL::DoubleBuffer
instead just DoubleBuffer.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|