diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qimagedecoder.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qimagedecoder.html')
-rw-r--r-- | doc/html/qimagedecoder.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qimagedecoder.html b/doc/html/qimagedecoder.html index 25dff3736..bd484b58d 100644 --- a/doc/html/qimagedecoder.html +++ b/doc/html/qimagedecoder.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQImageDecoder class is an incremental image decoder for all supported image formats. <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="qimagedecoder-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -58,7 +58,7 @@ The TQImageDecoder class is an incremental image decoder for all supported image <p> New formats are installed by creating objects of class -<a href="qimageformattype.html">TQImageFormatType</a>; the <a href="qmovie.html">TQMovie</a> class can be used for all installed +<a href="qimageformattype.html">TQImageFormatType</a>; the <a href="ntqmovie.html">TQMovie</a> class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an <a href="qimageconsumer.html">TQImageConsumer</a>. <p> A TQImageDecoder is a machine that decodes images. It takes encoded @@ -70,7 +70,7 @@ currently-existing TQImageFormatType factory objects. need to implement support for additional image formats. <p> <p> TQt supports GIF reading if it is configured that way during -installation (see qgif.h). If it is, we are required to state that +installation (see ntqgif.h). If it is, we are required to state that "The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated." @@ -121,12 +121,12 @@ header. The returned string is statically allocated. The function will look at the first <em>length</em> characters in the <em>buffer</em>. <p> Returns 0 if the format is not recognized. -<h3 class=fn>const <a href="qimage.html">TQImage</a> & <a name="image"></a>TQImageDecoder::image () +<h3 class=fn>const <a href="ntqimage.html">TQImage</a> & <a name="image"></a>TQImageDecoder::image () </h3> <p> Returns the image currently being decoded. -<h3 class=fn><a href="qstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageDecoder::inputFormats ()<tt> [static]</tt> +<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageDecoder::inputFormats ()<tt> [static]</tt> </h3> Returns a sorted list of formats for which asynchronous loading is supported. |