diff options
Diffstat (limited to 'doc/html/qimageformat.html')
-rw-r--r-- | doc/html/qimageformat.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qimageformat.html b/doc/html/qimageformat.html index 0cb57c851..471a24d8e 100644 --- a/doc/html/qimageformat.html +++ b/doc/html/qimageformat.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQImageFormat class is an incremental image decoder for a specific image format. <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="qimageformat-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,8 +49,8 @@ The TQImageFormat class is an incremental image decoder for a specific image for <p> By making a derived class of <a href="qimageformattype.html">TQImageFormatType</a>, which in turn creates objects that are a subclass of TQImageFormat, you can add support for more incremental image formats, allowing such formats -to be sources for a <a href="qmovie.html">TQMovie</a> or for the first frame of the image -stream to be loaded as a <a href="qimage.html">TQImage</a> or <a href="qpixmap.html">TQPixmap</a>. +to be sources for a <a href="ntqmovie.html">TQMovie</a> or for the first frame of the image +stream to be loaded as a <a href="ntqimage.html">TQImage</a> or <a href="ntqpixmap.html">TQPixmap</a>. <p> Your new subclass must reimplement the <a href="#decode">decode</a>() function in order to process your new format. <p> New TQImageFormat objects are generated by new TQImageFormatType @@ -58,7 +58,7 @@ factories. <p>See also <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>int <a name="decode"></a>TQImageFormat::decode ( <a href="qimage.html">TQImage</a> & img, <a href="qimageconsumer.html">TQImageConsumer</a> * consumer, const uchar * buffer, int length )<tt> [pure virtual]</tt> +<h3 class=fn>int <a name="decode"></a>TQImageFormat::decode ( <a href="ntqimage.html">TQImage</a> & img, <a href="qimageconsumer.html">TQImageConsumer</a> * consumer, const uchar * buffer, int length )<tt> [pure virtual]</tt> </h3> <p> New subclasses must reimplement this method. |