From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/ntqgl.html | 98 ----------------------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 doc/html/ntqgl.html (limited to 'doc/html/ntqgl.html') diff --git a/doc/html/ntqgl.html b/doc/html/ntqgl.html deleted file mode 100644 index b91314a5b..000000000 --- a/doc/html/ntqgl.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - -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