Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQGL class is a namespace for miscellaneous identifiers in the TQt OpenGL module. More...
#include <ntqgl.h>
Inherited by TQGLFormat, TQGLContext, and TQGLWidget.
Normally you can ignore this class. TQGLWidget and the other OpenGL* module classes inherit it, so when you make your own TQGLWidget subclass you can use the identifiers in the TQGL namespace without qualification.
However, you may occasionally find yourself in situations where you need to refer to these identifiers from outside the TQGL namespace's scope, e.g. in static functions. In such cases, simply write e.g. TQGL::DoubleBuffer instead of just DoubleBuffer.
* OpenGL is a trademark of Silicon Graphics, Inc. in the United States and other countries.
See also Graphics Classes and Image Processing Classes.
This enum specifies the format options.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|