From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qgl.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/html/qgl.html (limited to 'doc/html/qgl.html') diff --git a/doc/html/qgl.html b/doc/html/qgl.html new file mode 100644 index 0000000..3bef20d --- /dev/null +++ b/doc/html/qgl.html @@ -0,0 +1,98 @@ + + + + + +QGL Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QGL Class Reference
[OpenGL module]

+ +

The QGL class is a namespace for miscellaneous identifiers +in the Qt OpenGL module. +More... +

#include <qgl.h> +

Inherited by QGLFormat, QGLContext, and QGLWidget. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QGL class is a namespace for miscellaneous identifiers +in the Qt OpenGL module. + +

+ + +

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, you may occasionally find yourself in situations where you +need to refer to these identifiers from outside the QGL namespace's +scope, e.g. in static functions. In such cases, simply write e.g. QGL::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. + +


Member Type Documentation

+

QGL::FormatOption

+ +

This enum specifies the format options. +

+ +

+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3