summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqglcontext.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqglcontext.3qt
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt-r14.1.1.tar.gz
tqt-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqglcontext.3qt')
-rw-r--r--doc/man/man3/tqglcontext.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqglcontext.3qt b/doc/man/man3/tqglcontext.3qt
index 5a3aed81d..14a2f679b 100644
--- a/doc/man/man3/tqglcontext.3qt
+++ b/doc/man/man3/tqglcontext.3qt
@@ -52,7 +52,7 @@ Inherits QGL.
.BI "QPaintDevice * \fBdevice\fR () const"
.br
.ti -1c
-.BI "QColor \fBoverlayTransparentColor\fR () const"
+.BI "TQColor \fBoverlayTransparentColor\fR () const"
.br
.in -1c
.SS "Static Public Members"
@@ -188,12 +188,12 @@ Returns TRUE if a GL rendering context has been successfully created; otherwise
Makes this context the current OpenGL rendering context. All GL functions you call operate on this context until another context is made current.
.PP
In some very rare cases the underlying call may fail. If this occurs an error message is output to stderr.
-.SH "QColor QGLContext::overlayTransparentColor () const"
+.SH "TQColor QGLContext::overlayTransparentColor () const"
If this context is a valid context in an overlay plane, returns the plane's transparent color. Otherwise returns an invalid color.
.PP
The returned color's pixel value is the index of the transparent color in the colormap of the overlay plane. (Naturally, the color's RGB values are meaningless.)
.PP
-The returned QColor object will generally work as expected only when passed as the argument to QGLWidget::qglColor() or QGLWidget::qglClearColor(). Under certain circumstances it can also be used to draw transparent graphics with a QPainter. See the examples/opengl/overlay_x11 example for details.
+The returned TQColor object will generally work as expected only when passed as the argument to QGLWidget::qglColor() or QGLWidget::qglClearColor(). Under certain circumstances it can also be used to draw transparent graphics with a QPainter. See the examples/opengl/overlay_x11 example for details.
.SH "QGLFormat QGLContext::requestedFormat () const"
Returns the frame buffer format that was originally requested in the constructor or setFormat().
.PP