diff options
Diffstat (limited to 'doc/man/man3/tqglcontext.3qt')
-rw-r--r-- | doc/man/man3/tqglcontext.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqglcontext.3qt b/doc/man/man3/tqglcontext.3qt index 14a2f679b..a2651ccc5 100644 --- a/doc/man/man3/tqglcontext.3qt +++ b/doc/man/man3/tqglcontext.3qt @@ -16,7 +16,7 @@ Inherits QGL. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQGLContext\fR ( const QGLFormat & format, QPaintDevice * device )" +.BI "\fBQGLContext\fR ( const QGLFormat & format, TQPaintDevice * device )" .br .ti -1c .BI "virtual \fB~QGLContext\fR ()" @@ -49,7 +49,7 @@ Inherits QGL. .BI "virtual void \fBswapBuffers\fR () const" .br .ti -1c -.BI "QPaintDevice * \fBdevice\fR () const" +.BI "TQPaintDevice * \fBdevice\fR () const" .br .ti -1c .BI "TQColor \fBoverlayTransparentColor\fR () const" @@ -94,7 +94,7 @@ Inherits QGL. .BI "void \fBsetInitialized\fR ( bool on )" .br .ti -1c -.BI "void \fBgenerateFontDisplayLists\fR ( const QFont & font, int listBase )" +.BI "void \fBgenerateFontDisplayLists\fR ( const TQFont & font, int listBase )" .br .in -1c .SH DESCRIPTION @@ -114,7 +114,7 @@ Please note that QGLContext is not thread safe. .PP See also Graphics Classes and Image Processing Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QGLContext::QGLContext ( const QGLFormat & format, QPaintDevice * device )" +.SH "QGLContext::QGLContext ( const QGLFormat & format, TQPaintDevice * device )" Constructs an OpenGL context for the paint device \fIdevice\fR, which can be a widget or a pixmap. The \fIformat\fR specifies several display options for the context. .PP If the underlying OpenGL/Window system cannot satisfy all the features requested in \fIformat\fR, the nearest subset of features will be used. After creation, the format() method will return the actual format obtained. @@ -160,7 +160,7 @@ See also chooseContext(), format(), and isValid(). Returns the current context, i.e. the context to which any OpenGL commands will currently be directed. Returns 0 if no context is current. .PP See also makeCurrent(). -.SH "QPaintDevice * QGLContext::device () const" +.SH "TQPaintDevice * QGLContext::device () const" Returns the paint device set for this context. .PP See also QGLContext::QGLContext(). @@ -172,7 +172,7 @@ Makes no GL context the current context. Normally, you do not need to call this Returns the frame buffer format that was obtained (this may be a subset of what was requested). .PP See also requestedFormat(). -.SH "void QGLContext::generateFontDisplayLists ( const QFont & font, int listBase )\fC [protected]\fR" +.SH "void QGLContext::generateFontDisplayLists ( const TQFont & font, int listBase )\fC [protected]\fR" Generates a set of 256 display lists for the 256 first characters in the font \fIfont\fR. The first list will start at index \fIlistBase\fR. .PP See also QGLWidget::renderText(). @@ -193,7 +193,7 @@ If this context is a valid context in an overlay plane, returns the plane's tran .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 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. +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 TQPainter. 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 |