summaryrefslogtreecommitdiffstats
path: root/doc/html/qimageconsumer.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qimageconsumer.html')
-rw-r--r--doc/html/qimageconsumer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qimageconsumer.html b/doc/html/qimageconsumer.html
index 4d06fb95..c2110357 100644
--- a/doc/html/qimageconsumer.html
+++ b/doc/html/qimageconsumer.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQImageConsumer class is an abstraction used by TQImageDecoder.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qasyncimageio-h.html">qasyncimageio.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qasyncimageio-h.html">ntqasyncimageio.h</a>&gt;</tt>
<p><a href="qimageconsumer-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -52,9 +52,9 @@ The TQImageConsumer class is an abstraction used by <a href="qimagedecoder.html"
<p>
-<p> The <a href="qmovie.html">TQMovie</a> class, or <a href="qlabel.html#setMovie">TQLabel::setMovie</a>(), are easy to use and for
+<p> The <a href="ntqmovie.html">TQMovie</a> class, or <a href="ntqlabel.html#setMovie">TQLabel::setMovie</a>(), are easy to use and for
most situations do what you want with regards animated images.
-<p> A TQImageConsumer consumes information about changes to the <a href="qimage.html">TQImage</a>
+<p> A TQImageConsumer consumes information about changes to the <a href="ntqimage.html">TQImage</a>
maintained by a TQImageDecoder. Think of the TQImage as the model or
source of the image data, with the TQImageConsumer as a view of
that data and the TQImageDecoder being the controller that
@@ -64,7 +64,7 @@ implementing a web browser with your own image loaders.
<p> <p>See also <a href="qimagedecoder.html">TQImageDecoder</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="multimedia.html">Multimedia Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn>void <a name="changed"></a>TQImageConsumer::changed ( const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp; )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="changed"></a>TQImageConsumer::changed ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp; )<tt> [pure virtual]</tt>
</h3>
<p> Called when the given area of the image has changed.
@@ -85,7 +85,7 @@ displayed.
<p> The decoder will not make any further changes to the image until
the next call to <a href="qimageformat.html#decode">TQImageFormat::decode</a>().
-<h3 class=fn>void <a name="frameDone-2"></a>TQImageConsumer::frameDone ( const&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset, const&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect )<tt> [pure virtual]</tt>
+<h3 class=fn>void <a name="frameDone-2"></a>TQImageConsumer::frameDone ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect )<tt> [pure virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> One of the two <a href="#frameDone">frameDone</a>() functions will be called when a frame