diff options
Diffstat (limited to 'doc/html/ntqpixmap.html')
-rw-r--r-- | doc/html/ntqpixmap.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqpixmap.html b/doc/html/ntqpixmap.html index f7bfa60fe..669edf62d 100644 --- a/doc/html/ntqpixmap.html +++ b/doc/html/ntqpixmap.html @@ -241,7 +241,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Constructs a pixmap of size <em>size</em>, <em>depth</em> bits per pixel, optimized in accordance with the <em>optimization</em> value. -<h3 class=fn><a name="TQPixmap-5"></a>TQPixmap::TQPixmap ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format = 0, <a href="ntqpixmap.html#ColorMode-enum">ColorMode</a> mode = Auto ) +<h3 class=fn><a name="TQPixmap-5"></a>TQPixmap::TQPixmap ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0, <a href="ntqpixmap.html#ColorMode-enum">ColorMode</a> mode = Auto ) </h3> Constructs a pixmap from the file <em>fileName</em>. If the file does not exist or is of an unknown format, the pixmap becomes a null @@ -253,7 +253,7 @@ filename only) the relevant file must be found relative to the runtime working directory. <p> <p>See also <a href="#ColorMode-enum">TQPixmap::ColorMode</a>, <a href="#isNull">isNull</a>(), <a href="#load">load</a>(), <a href="#loadFromData">loadFromData</a>(), <a href="#save">save</a>(), and <a href="#imageFormat">imageFormat</a>(). -<h3 class=fn><a name="TQPixmap-6"></a>TQPixmap::TQPixmap ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format, int conversion_flags ) +<h3 class=fn><a name="TQPixmap-6"></a>TQPixmap::TQPixmap ( const <a href="tqstring.html">TQString</a> & fileName, const char * format, int conversion_flags ) </h3> Constructs a pixmap from the file <em>fileName</em>. If the file does not exist or is of an unknown format, the pixmap becomes a null @@ -440,7 +440,7 @@ color of the widget. </pre> -<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="fromMimeSource"></a>TQPixmap::fromMimeSource ( const <a href="ntqstring.html">TQString</a> & abs_name )<tt> [static]</tt> +<h3 class=fn><a href="ntqpixmap.html">TQPixmap</a> <a name="fromMimeSource"></a>TQPixmap::fromMimeSource ( const <a href="tqstring.html">TQString</a> & abs_name )<tt> [static]</tt> </h3> Convenience function. Gets the data associated with the absolute name <em>abs_name</em> from the default mime source factory and decodes it to a pixmap. @@ -521,7 +521,7 @@ function returns FALSE. <p> <p>See also <a href="#width">width</a>(), <a href="#size">size</a>(), and <a href="#rect">rect</a>(). <p>Examples: <a href="desktop-example.html#x1743">desktop/desktop.cpp</a>, <a href="movies-example.html#x510">movies/main.cpp</a>, <a href="scribble-example.html#x921">scribble/scribble.cpp</a>, <a href="scrollview-example.html#x638">scrollview/scrollview.cpp</a>, <a href="tutorial1-10.html#x2359">t10/cannon.cpp</a>, and <a href="xform-example.html#x1246">xform/xform.cpp</a>. -<h3 class=fn>const char * <a name="imageFormat"></a>TQPixmap::imageFormat ( const <a href="ntqstring.html">TQString</a> & fileName )<tt> [static]</tt> +<h3 class=fn>const char * <a name="imageFormat"></a>TQPixmap::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 0 if the file cannot be read or if the format cannot be recognized. @@ -544,7 +544,7 @@ pixmap. <p> Returns TRUE if this is a <a href="ntqbitmap.html">TQBitmap</a>; otherwise returns FALSE. -<h3 class=fn>bool <a name="load"></a>TQPixmap::load ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format, int conversion_flags ) +<h3 class=fn>bool <a name="load"></a>TQPixmap::load ( const <a href="tqstring.html">TQString</a> & fileName, const char * format, int conversion_flags ) </h3> Loads a pixmap from the file <em>fileName</em> at runtime. Returns TRUE if successful; otherwise returns FALSE. @@ -559,7 +559,7 @@ explains how to add extra formats. <p> <p>See also <a href="#loadFromData">loadFromData</a>(), <a href="#save">save</a>(), <a href="#imageFormat">imageFormat</a>(), <a href="tqimage.html#load">TQImage::load</a>(), and <a href="tqimageio.html">TQImageIO</a>. <p>Examples: <a href="picture-example.html#x124">picture/picture.cpp</a>, <a href="scrollview-example.html#x640">scrollview/scrollview.cpp</a>, and <a href="xform-example.html#x1247">xform/xform.cpp</a>. -<h3 class=fn>bool <a name="load-2"></a>TQPixmap::load ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format = 0, <a href="ntqpixmap.html#ColorMode-enum">ColorMode</a> mode = Auto ) +<h3 class=fn>bool <a name="load-2"></a>TQPixmap::load ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0, <a href="ntqpixmap.html#ColorMode-enum">ColorMode</a> mode = Auto ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Loads a pixmap from the file <em>fileName</em> at runtime. @@ -658,7 +658,7 @@ is expanded. This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Resizes the pixmap to size <em>size</em>. -<h3 class=fn>bool <a name="save"></a>TQPixmap::save ( const <a href="ntqstring.html">TQString</a> & fileName, const char * format, int quality = -1 ) const +<h3 class=fn>bool <a name="save"></a>TQPixmap::save ( const <a href="tqstring.html">TQString</a> & fileName, const char * format, int quality = -1 ) const </h3> Saves the pixmap to the file <em>fileName</em> using the image file format <em>format</em> and a quality factor <em>quality</em>. <em>quality</em> must |