summaryrefslogtreecommitdiffstats
path: root/doc/html/tqimageio.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqimageio.html')
-rw-r--r--doc/html/tqimageio.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html
index 7b5b00404..7c466614d 100644
--- a/doc/html/tqimageio.html
+++ b/doc/html/tqimageio.html
@@ -79,7 +79,7 @@ saving images.
<p>
-<p> TQImageIO contains a <a href="ntqiodevice.html">TQIODevice</a> object that is used for image data
+<p> TQImageIO contains a <a href="tqiodevice.html">TQIODevice</a> object that is used for image data
I/O. The programmer can install new image file formats in addition
to those that TQt provides.
<p> TQt currently supports the following image file formats: PNG, BMP,
@@ -100,14 +100,14 @@ license the technology. Such countries include Canada, Japan, the
USA, France, Germany, Italy and the UK.
<p> GIF support may be removed completely in a future version of TQt.
We recommend using the PNG format.
-<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqfile.html">TQFile</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>.
+<p> <p>See also <a href="tqimage.html">TQImage</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqfile.html">TQFile</a>, <a href="ntqmovie.html">TQMovie</a>, <a href="graphics.html">Graphics Classes</a>, <a href="images.html">Image Processing Classes</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQImageIO"></a>TQImageIO::TQImageIO ()
</h3>
Constructs a TQImageIO object with all parameters set to zero.
-<h3 class=fn><a name="TQImageIO-2"></a>TQImageIO::TQImageIO ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;ioDevice, const&nbsp;char&nbsp;*&nbsp;format )
+<h3 class=fn><a name="TQImageIO-2"></a>TQImageIO::TQImageIO ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;ioDevice, const&nbsp;char&nbsp;*&nbsp;format )
</h3>
Constructs a TQImageIO object with the I/O device <em>ioDevice</em> and a
<em>format</em> tag.
@@ -201,7 +201,7 @@ Returns the gamma value at which the image will be viewed.
Returns a string that specifies the image format of the file <em>fileName</em>, or null if the file cannot be read or if the format is
not recognized.
-<h3 class=fn>const char * <a name="imageFormat-2"></a>TQImageIO::imageFormat ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;d )<tt> [static]</tt>
+<h3 class=fn>const char * <a name="imageFormat-2"></a>TQImageIO::imageFormat ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;d )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns a string that specifies the image format of the image read
@@ -209,14 +209,14 @@ from IO device <em>d</em>, or 0 if the device cannot be read or if the
format is not recognized.
<p> Make sure that <em>d</em> is at the right position in the device (for
example, at the beginning of the file).
-<p> <p>See also <a href="ntqiodevice.html#at">TQIODevice::at</a>().
+<p> <p>See also <a href="tqiodevice.html#at">TQIODevice::at</a>().
<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageIO::inputFormats ()<tt> [static]</tt>
</h3>
Returns a sorted list of image formats that are supported for
image input.
-<h3 class=fn><a href="ntqiodevice.html">TQIODevice</a>&nbsp;* <a name="ioDevice"></a>TQImageIO::ioDevice () const
+<h3 class=fn><a href="tqiodevice.html">TQIODevice</a>&nbsp;* <a name="ioDevice"></a>TQImageIO::ioDevice () const
</h3>
<p> Returns the IO device currently set.
@@ -292,11 +292,11 @@ modify the image. Setting to 0.0 will disable gamma correction
<p> The default value is 0.0.
<p> <p>See also <a href="#gamma">gamma</a>().
-<h3 class=fn>void <a name="setIODevice"></a>TQImageIO::setIODevice ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;ioDevice )
+<h3 class=fn>void <a name="setIODevice"></a>TQImageIO::setIODevice ( <a href="tqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;ioDevice )
</h3>
Sets the IO device to be used for reading or writing an image.
<p> Setting the IO device allows images to be read/written to any
-block-oriented <a href="ntqiodevice.html">TQIODevice</a>.
+block-oriented <a href="tqiodevice.html">TQIODevice</a>.
<p> If <em>ioDevice</em> is not null, this IO device will override file name
settings.
<p> <p>See also <a href="#setFileName">setFileName</a>().