diff options
Diffstat (limited to 'doc/html/tqpixmap.html')
-rw-r--r-- | doc/html/tqpixmap.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqpixmap.html b/doc/html/tqpixmap.html index 5942414d9..a909ab91a 100644 --- a/doc/html/tqpixmap.html +++ b/doc/html/tqpixmap.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQPixmap class is an off-screen, pixel-based paint device. <a href="#details">More...</a> <p><tt>#include <<a href="tqpixmap-h.html">tqpixmap.h</a>></tt> -<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a> and <a href="ntqt.html">TQt</a>. +<p>Inherits <a href="tqpaintdevice.html">TQPaintDevice</a> and <a href="tqt.html">TQt</a>. <p>Inherited by <a href="tqbitmap.html">TQBitmap</a> and <a href="tqcanvaspixmap.html">TQCanvasPixmap</a>. <p><a href="tqpixmap-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -265,7 +265,7 @@ path (e.g. the filename only) the relevant file must be found relative to the runtime working directory. <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversion_flags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</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>(). +<p> <p>See also <a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</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-7"></a>TQPixmap::TQPixmap ( const char * xpm[] ) </h3> @@ -312,7 +312,7 @@ Destroys the pixmap. Converts image <em>img</em> and sets this pixmap. Returns TRUE if successful; otherwise returns FALSE. <p> The <em>conversion_flags</em> argument is a bitwise-OR of the -<a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. Passing 0 for <em>conversion_flags</em> +<a href="tqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. Passing 0 for <em>conversion_flags</em> sets all the default options. <p> Note that even though a TQPixmap with depth 1 behaves much like a <a href="tqbitmap.html">TQBitmap</a>, <a href="#isTQBitmap">isTQBitmap</a>() returns FALSE. |