diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qimageconsumer.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qimageconsumer.html')
-rw-r--r-- | doc/html/qimageconsumer.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qimageconsumer.html b/doc/html/qimageconsumer.html index 4d06fb950..c2110357f 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 <<a href="qasyncimageio-h.html">qasyncimageio.h</a>></tt> +<p><tt>#include <<a href="qasyncimageio-h.html">ntqasyncimageio.h</a>></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 <a href="qrect.html">TQRect</a> & )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="changed"></a>TQImageConsumer::changed ( const <a href="ntqrect.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="qimageformat.html#decode">TQImageFormat::decode</a>(). -<h3 class=fn>void <a name="frameDone-2"></a>TQImageConsumer::frameDone ( const <a href="qpoint.html">TQPoint</a> & offset, const <a href="qrect.html">TQRect</a> & rect )<tt> [pure virtual]</tt> +<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> 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 |