diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/qglcontext.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qglcontext.html')
-rw-r--r-- | doc/html/qglcontext.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qglcontext.html b/doc/html/qglcontext.html index 9e4dd8d2d..8843c502e 100644 --- a/doc/html/qglcontext.html +++ b/doc/html/qglcontext.html @@ -101,7 +101,7 @@ United States and other countries. <p> <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQGLContext"></a>TQGLContext::TQGLContext ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="ntqpaintdevice.html">TQPaintDevice</a> * device ) +<h3 class=fn><a name="TQGLContext"></a>TQGLContext::TQGLContext ( const <a href="qglformat.html">TQGLFormat</a> & format, <a href="tqpaintdevice.html">TQPaintDevice</a> * device ) </h3> Constructs an OpenGL context for the paint device <em>device</em>, which can be a widget or a pixmap. The <em>format</em> specifies several @@ -192,7 +192,7 @@ commands will currently be directed. Returns 0 if no context is current. <p> <p>See also <a href="#makeCurrent">makeCurrent</a>(). -<h3 class=fn><a href="ntqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQGLContext::device () const +<h3 class=fn><a href="tqpaintdevice.html">TQPaintDevice</a> * <a name="device"></a>TQGLContext::device () const </h3> <p> Returns the paint device set for this context. @@ -217,7 +217,7 @@ to call this function; TQGLContext calls it as necessary. subset of what was requested). <p> <p>See also <a href="#requestedFormat">requestedFormat</a>(). -<h3 class=fn>void <a name="generateFontDisplayLists"></a>TQGLContext::generateFontDisplayLists ( const <a href="ntqfont.html">TQFont</a> & font, int listBase )<tt> [protected]</tt> +<h3 class=fn>void <a name="generateFontDisplayLists"></a>TQGLContext::generateFontDisplayLists ( const <a href="tqfont.html">TQFont</a> & font, int listBase )<tt> [protected]</tt> </h3> <p> Generates a set of 256 display lists for the 256 first characters @@ -256,18 +256,18 @@ is made current. <p> In some very rare cases the underlying call may fail. If this occurs an error message is output to stderr. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="overlayTransparentColor"></a>TQGLContext::overlayTransparentColor () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="overlayTransparentColor"></a>TQGLContext::overlayTransparentColor () const </h3> <p> If this context is a valid context in an overlay plane, returns -the plane's transparent color. Otherwise returns an <a href="ntqcolor.html#isValid">invalid</a> color. -<p> The returned color's <a href="ntqcolor.html#pixel">pixel</a> value is +the plane's transparent color. Otherwise returns an <a href="tqcolor.html#isValid">invalid</a> color. +<p> The returned color's <a href="tqcolor.html#pixel">pixel</a> value is the index of the transparent color in the colormap of the overlay plane. (Naturally, the color's RGB values are meaningless.) -<p> The returned <a href="ntqcolor.html">TQColor</a> object will generally work as expected only +<p> The returned <a href="tqcolor.html">TQColor</a> object will generally work as expected only when passed as the argument to <a href="qglwidget.html#qglColor">TQGLWidget::qglColor</a>() or <a href="qglwidget.html#qglClearColor">TQGLWidget::qglClearColor</a>(). Under certain circumstances it can -also be used to draw transparent graphics with a <a href="ntqpainter.html">TQPainter</a>. See the +also be used to draw transparent graphics with a <a href="tqpainter.html">TQPainter</a>. See the examples/opengl/overlay_x11 example for details. <h3 class=fn><a href="qglformat.html">TQGLFormat</a> <a name="requestedFormat"></a>TQGLContext::requestedFormat () const |