summaryrefslogtreecommitdiffstats
path: root/doc/html/qglcontext.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qglcontext.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qglcontext.html')
-rw-r--r--doc/html/qglcontext.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qglcontext.html b/doc/html/qglcontext.html
index 215ef3d6e..9e4dd8d2d 100644
--- a/doc/html/qglcontext.html
+++ b/doc/html/qglcontext.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQGLContext class encapsulates an OpenGL rendering context.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qgl-h.html">qgl.h</a>&gt;</tt>
-<p>Inherits <a href="qgl.html">TQGL</a>.
+<p><tt>#include &lt;<a href="qgl-h.html">ntqgl.h</a>&gt;</tt>
+<p>Inherits <a href="ntqgl.html">TQGL</a>.
<p><a href="qglcontext-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -80,7 +80,7 @@ The TQGLContext class encapsulates an OpenGL rendering context.
<p> An OpenGL<sup>*</sup> rendering context is a complete set of
OpenGL state variables.
-<p> The context's <a href="qgl.html#FormatOption-enum">format</a> is set in the
+<p> The context's <a href="ntqgl.html#FormatOption-enum">format</a> is set in the
constructor or later with <a href="#setFormat">setFormat</a>(). The format options that are
actually set are returned by <a href="#format">format</a>(); the options you asked for
are returned by <a href="#requestedFormat">requestedFormat</a>(). Note that after a TQGLContext
@@ -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&nbsp;<a href="qglformat.html">TQGLFormat</a>&nbsp;&amp;&nbsp;format, <a href="qpaintdevice.html">TQPaintDevice</a>&nbsp;*&nbsp;device )
+<h3 class=fn><a name="TQGLContext"></a>TQGLContext::TQGLContext ( const&nbsp;<a href="qglformat.html">TQGLFormat</a>&nbsp;&amp;&nbsp;format, <a href="ntqpaintdevice.html">TQPaintDevice</a>&nbsp;*&nbsp;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="qpaintdevice.html">TQPaintDevice</a>&nbsp;* <a name="device"></a>TQGLContext::device () const
+<h3 class=fn><a href="ntqpaintdevice.html">TQPaintDevice</a>&nbsp;* <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&nbsp;<a href="qfont.html">TQFont</a>&nbsp;&amp;&nbsp;font, int&nbsp;listBase )<tt> [protected]</tt>
+<h3 class=fn>void <a name="generateFontDisplayLists"></a>TQGLContext::generateFontDisplayLists ( const&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;font, int&nbsp;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="qcolor.html">TQColor</a> <a name="overlayTransparentColor"></a>TQGLContext::overlayTransparentColor () const
+<h3 class=fn><a href="ntqcolor.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="qcolor.html#isValid">invalid</a> color.
-<p> The returned color's <a href="qcolor.html#pixel">pixel</a> value is
+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 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="qcolor.html">TQColor</a> object will generally work as expected only
+<p> The returned <a href="ntqcolor.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="qpainter.html">TQPainter</a>. See the
+also be used to draw transparent graphics with a <a href="ntqpainter.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