summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimagedecoder.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/man/man3/tqimagedecoder.3qt
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt-8c029298.tar.gz
tqt-8c029298.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimagedecoder.3qt')
-rw-r--r--doc/man/man3/tqimagedecoder.3qt54
1 files changed, 27 insertions, 27 deletions
diff --git a/doc/man/man3/tqimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt
index 0e262c501..6401c5950 100644
--- a/doc/man/man3/tqimagedecoder.3qt
+++ b/doc/man/man3/tqimagedecoder.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QImageDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQImageDecoder 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,17 +7,17 @@
.ad l
.nh
.SH NAME
-QImageDecoder \- Incremental image decoder for all supported image formats
+TQImageDecoder \- Incremental image decoder for all supported image formats
.SH SYNOPSIS
\fC#include <ntqasyncimageio.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQImageDecoder\fR ( QImageConsumer * c )"
+.BI "\fBTQImageDecoder\fR ( TQImageConsumer * c )"
.br
.ti -1c
-.BI "\fB~QImageDecoder\fR ()"
+.BI "\fB~TQImageDecoder\fR ()"
.br
.ti -1c
.BI "const TQImage & \fBimage\fR ()"
@@ -32,26 +32,26 @@ QImageDecoder \- Incremental image decoder for all supported image formats
.BI "const char * \fBformatName\fR ( const uchar * buffer, int length )"
.br
.ti -1c
-.BI "QImageFormatType * \fBformat\fR ( const char * name )"
+.BI "TQImageFormatType * \fBformat\fR ( const char * name )"
.br
.ti -1c
.BI "QStrList \fBinputFormats\fR ()"
.br
.ti -1c
-.BI "void \fBregisterDecoderFactory\fR ( QImageFormatType * f )"
+.BI "void \fBregisterDecoderFactory\fR ( TQImageFormatType * f )"
.br
.ti -1c
-.BI "void \fBunregisterDecoderFactory\fR ( QImageFormatType * f )"
+.BI "void \fBunregisterDecoderFactory\fR ( TQImageFormatType * f )"
.br
.in -1c
.SH DESCRIPTION
-The QImageDecoder class is an incremental image decoder for all supported image formats.
+The TQImageDecoder class is an incremental image decoder for all supported image formats.
.PP
-New formats are installed by creating objects of class QImageFormatType; the QMovie class can be used for all installed incremental image formats. QImageDecoder is only useful for creating new ways of feeding data to an QImageConsumer.
+New formats are installed by creating objects of class TQImageFormatType; the QMovie class can be used for all installed incremental image formats. TQImageDecoder is only useful for creating new ways of feeding data to an TQImageConsumer.
.PP
-A QImageDecoder is a machine that decodes images. It takes encoded image data via its decode() method and expresses its decoding by supplying information to a QImageConsumer. It implements its decoding by using a QImageFormat created by one of the currently-existing QImageFormatType factory objects.
+A TQImageDecoder is a machine that decodes images. It takes encoded image data via its decode() method and expresses its decoding by supplying information to a TQImageConsumer. It implements its decoding by using a TQImageFormat created by one of the currently-existing TQImageFormatType factory objects.
.PP
-QImageFormatType and QImageFormat are the classes that you might need to implement support for additional image formats.
+TQImageFormatType and TQImageFormat are the classes that you might need to implement support for additional image formats.
.PP
Qt supports GIF reading if it is configured that way during 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."
.PP
@@ -61,32 +61,32 @@ GIF support may be removed completely in a future version of Qt. We recommend us
.PP
See also Graphics Classes, Image Processing Classes, and Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QImageDecoder::QImageDecoder ( QImageConsumer * c )"
-Constructs a QImageDecoder that will send change information to the QImageConsumer \fIc\fR.
-.SH "QImageDecoder::~QImageDecoder ()"
-Destroys a QImageDecoder. The image it built is destroyed. The decoder built by the factory for the file format is destroyed. The consumer for which it decoded the image is \fInot\fR destroyed.
-.SH "int QImageDecoder::decode ( const uchar * buffer, int length )"
-Call this function to decode some data into image changes. The data in \fIbuffer\fR will be decoded, sending change information to the QImageConsumer of this QImageDecoder until one of the change functions of the consumer returns FALSE. The length of the data is given in \fIlength\fR.
+.SH "TQImageDecoder::TQImageDecoder ( TQImageConsumer * c )"
+Constructs a TQImageDecoder that will send change information to the TQImageConsumer \fIc\fR.
+.SH "TQImageDecoder::~TQImageDecoder ()"
+Destroys a TQImageDecoder. The image it built is destroyed. The decoder built by the factory for the file format is destroyed. The consumer for which it decoded the image is \fInot\fR destroyed.
+.SH "int TQImageDecoder::decode ( const uchar * buffer, int length )"
+Call this function to decode some data into image changes. The data in \fIbuffer\fR will be decoded, sending change information to the TQImageConsumer of this TQImageDecoder until one of the change functions of the consumer returns FALSE. The length of the data is given in \fIlength\fR.
.PP
Returns the number of bytes consumed: 0 if consumption is complete, and -1 if decoding fails due to invalid data.
-.SH "QImageFormatType * QImageDecoder::format ( const char * name )\fC [static]\fR"
-Returns a QImageFormatType by name. This might be used when the user needs to force data to be interpreted as being in a certain format. \fIname\fR is one of the formats listed by QImageDecoder::inputFormats(). Note that you will still need to supply decodable data to result->decoderFor() before you can begin decoding the data.
-.SH "const char * QImageDecoder::formatName ( const uchar * buffer, int length )\fC [static]\fR"
+.SH "TQImageFormatType * TQImageDecoder::format ( const char * name )\fC [static]\fR"
+Returns a TQImageFormatType by name. This might be used when the user needs to force data to be interpreted as being in a certain format. \fIname\fR is one of the formats listed by TQImageDecoder::inputFormats(). Note that you will still need to supply decodable data to result->decoderFor() before you can begin decoding the data.
+.SH "const char * TQImageDecoder::formatName ( const uchar * buffer, int length )\fC [static]\fR"
Call this function to find the name of the format of the given header. The returned string is statically allocated. The function will look at the first \fIlength\fR characters in the \fIbuffer\fR.
.PP
Returns 0 if the format is not recognized.
-.SH "const TQImage & QImageDecoder::image ()"
+.SH "const TQImage & TQImageDecoder::image ()"
Returns the image currently being decoded.
-.SH "QStrList QImageDecoder::inputFormats ()\fC [static]\fR"
+.SH "QStrList TQImageDecoder::inputFormats ()\fC [static]\fR"
Returns a sorted list of formats for which asynchronous loading is supported.
-.SH "void QImageDecoder::registerDecoderFactory ( QImageFormatType * f )\fC [static]\fR"
-Registers the new QImageFormatType \fIf\fR. This is not needed in application code because factories call this themselves.
-.SH "void QImageDecoder::unregisterDecoderFactory ( QImageFormatType * f )\fC [static]\fR"
-Unregisters the QImageFormatType \fIf\fR. This is not needed in
+.SH "void TQImageDecoder::registerDecoderFactory ( TQImageFormatType * f )\fC [static]\fR"
+Registers the new TQImageFormatType \fIf\fR. This is not needed in application code because factories call this themselves.
+.SH "void TQImageDecoder::unregisterDecoderFactory ( TQImageFormatType * f )\fC [static]\fR"
+Unregisters the TQImageFormatType \fIf\fR. This is not needed in
application code because factories call this themselves.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qimagedecoder.html
+.BR http://doc.trolltech.com/tqimagedecoder.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the