diff options
Diffstat (limited to 'doc/html/tqimageconsumer.html')
-rw-r--r-- | doc/html/tqimageconsumer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqimageconsumer.html b/doc/html/tqimageconsumer.html index 42a196b02..1a92b5531 100644 --- a/doc/html/tqimageconsumer.html +++ b/doc/html/tqimageconsumer.html @@ -64,7 +64,7 @@ implementing a web browser with your own image loaders. <p> <p>See also <a href="tqimagedecoder.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 <a href="ntqrect.html">TQRect</a> & )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="changed"></a>TQImageConsumer::changed ( const <a href="tqrect.html">TQRect</a> & )<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="tqimageformat.html#decode">TQImageFormat::decode</a>(). -<h3 class=fn>void <a name="frameDone-2"></a>TQImageConsumer::frameDone ( const <a href="ntqpoint.html">TQPoint</a> & offset, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="frameDone-2"></a>TQImageConsumer::frameDone ( const <a href="tqpoint.html">TQPoint</a> & offset, const <a href="tqrect.html">TQRect</a> & 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 |