From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/ntqgl.html | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/html/ntqgl.html (limited to 'doc/html/ntqgl.html') diff --git a/doc/html/ntqgl.html b/doc/html/ntqgl.html new file mode 100644 index 000000000..b91314a5b --- /dev/null +++ b/doc/html/ntqgl.html @@ -0,0 +1,98 @@ + + + + + +TQGL Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQGL Class Reference
[OpenGL module]

+ +

The TQGL class is a namespace for miscellaneous identifiers +in the TQt OpenGL module. +More... +

#include <ntqgl.h> +

Inherited by TQGLFormat, TQGLContext, and TQGLWidget. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQGL class is a namespace for miscellaneous identifiers +in the TQt OpenGL module. + +

+ + +

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. + +


Member Type Documentation

+

TQGL::FormatOption

+ +

This enum specifies the format options. +

+ +

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


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1