diff options
Diffstat (limited to 'doc/html/tqimageio.html')
-rw-r--r-- | doc/html/tqimageio.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqimageio.html b/doc/html/tqimageio.html index a33e63519..f83df7b73 100644 --- a/doc/html/tqimageio.html +++ b/doc/html/tqimageio.html @@ -112,7 +112,7 @@ Constructs a TQImageIO object with all parameters set to zero. Constructs a TQImageIO object with the I/O device <em>ioDevice</em> and a <em>format</em> tag. -<h3 class=fn><a name="TQImageIO-3"></a>TQImageIO::TQImageIO ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format ) +<h3 class=fn><a name="TQImageIO-3"></a>TQImageIO::TQImageIO ( const <a href="tqstring.html">TQString</a> & fileName, const char * format ) </h3> Constructs a TQImageIO object with the file name <em>fileName</em> and a <em>format</em> tag. @@ -167,13 +167,13 @@ two handlers support the same format, TQt will choose one arbitrarily. It is not possible to have one handler support reading, and another support writing. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="description"></a>TQImageIO::description () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="description"></a>TQImageIO::description () const </h3> <p> Returns the image description string. <p> <p>See also <a href="#setDescription">setDescription</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fileName"></a>TQImageIO::fileName () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fileName"></a>TQImageIO::fileName () const </h3> <p> Returns the file name currently set. @@ -196,7 +196,7 @@ Returns the gamma value at which the image will be viewed. <p> Returns the image currently set. <p> <p>See also <a href="#setImage">setImage</a>(). -<h3 class=fn>const char * <a name="imageFormat"></a>TQImageIO::imageFormat ( const <a href="ntqstring.html">TQString</a> & fileName )<tt> [static]</tt> +<h3 class=fn>const char * <a name="imageFormat"></a>TQImageIO::imageFormat ( const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> </h3> 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. @@ -211,7 +211,7 @@ format is not recognized. example, at the beginning of the file). <p> <p>See also <a href="ntqiodevice.html#at">TQIODevice::at</a>(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="inputFormats"></a>TQImageIO::inputFormats ()<tt> [static]</tt> +<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. @@ -222,7 +222,7 @@ image input. <p> Returns the IO device currently set. <p> <p>See also <a href="#setIODevice">setIODevice</a>(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="outputFormats"></a>TQImageIO::outputFormats ()<tt> [static]</tt> +<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="outputFormats"></a>TQImageIO::outputFormats ()<tt> [static]</tt> </h3> Returns a sorted list of image formats that are supported for image output. @@ -260,14 +260,14 @@ information, use the <a href="#imageFormat">imageFormat</a>() static functions. <p> <p>See also <a href="#setIODevice">setIODevice</a>(), <a href="#setFileName">setFileName</a>(), <a href="#setFormat">setFormat</a>(), <a href="#write">write</a>(), and <a href="ntqpixmap.html#load">TQPixmap::load</a>(). -<h3 class=fn>void <a name="setDescription"></a>TQImageIO::setDescription ( const <a href="ntqstring.html">TQString</a> & description ) +<h3 class=fn>void <a name="setDescription"></a>TQImageIO::setDescription ( const <a href="tqstring.html">TQString</a> & description ) </h3> Sets the image description string for image handlers that support image descriptions to <em>description</em>. <p> Currently, no image format supported by TQt uses the description string. -<h3 class=fn>void <a name="setFileName"></a>TQImageIO::setFileName ( const <a href="ntqstring.html">TQString</a> & fileName ) +<h3 class=fn>void <a name="setFileName"></a>TQImageIO::setFileName ( const <a href="tqstring.html">TQString</a> & fileName ) </h3> Sets the name of the file to read or write an image from to <em>fileName</em>. <p> <p>See also <a href="#setIODevice">setIODevice</a>(). |