summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvaspixmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcanvaspixmap.html')
-rw-r--r--doc/html/qcanvaspixmap.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qcanvaspixmap.html b/doc/html/qcanvaspixmap.html
index a86352d4..f110f26c 100644
--- a/doc/html/qcanvaspixmap.html
+++ b/doc/html/qcanvaspixmap.html
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQCanvasPixmap class provides pixmaps for TQCanvasSprites.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qcanvas-h.html">qcanvas.h</a>&gt;</tt>
-<p>Inherits <a href="qpixmap.html">TQPixmap</a>.
+<p><tt>#include &lt;<a href="qcanvas-h.html">ntqcanvas.h</a>&gt;</tt>
+<p>Inherits <a href="ntqpixmap.html">TQPixmap</a>.
<p><a href="qcanvaspixmap-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -54,20 +54,20 @@ The TQCanvasPixmap class provides pixmaps for TQCanvasSprites.
<p>
-<p> If you want to show a single pixmap on a <a href="qcanvas.html">TQCanvas</a> use a
+<p> If you want to show a single pixmap on a <a href="ntqcanvas.html">TQCanvas</a> use a
<a href="qcanvassprite.html">TQCanvasSprite</a> with just one pixmap.
<p> When pixmaps are inserted into a <a href="qcanvaspixmaparray.html">TQCanvasPixmapArray</a> they are held
as TQCanvasPixmaps. <a href="qcanvassprite.html">TQCanvasSprite</a>s are used to show pixmaps on
-<a href="qcanvas.html">TQCanvas</a>es and hold their pixmaps in a TQCanvasPixmapArray. If
+<a href="ntqcanvas.html">TQCanvas</a>es and hold their pixmaps in a TQCanvasPixmapArray. If
you retrieve a frame (pixmap) from a TQCanvasSprite it will be
returned as a TQCanvasPixmap.
-<p> The pixmap is a <a href="qpixmap.html">TQPixmap</a> and can only be set in the constructor.
+<p> The pixmap is a <a href="ntqpixmap.html">TQPixmap</a> and can only be set in the constructor.
There are three different constructors, one taking a TQPixmap, one
-a <a href="qimage.html">TQImage</a> and one a file name that refers to a file in any
+a <a href="ntqimage.html">TQImage</a> and one a file name that refers to a file in any
supported file format (see <a href="qimageio.html">TQImageIO</a>).
<p> TQCanvasPixmap can have a hotspot which is defined in terms of an (x,
y) offset. When you create a TQCanvasPixmap from a PNG file or from
-a TQImage that has a <a href="qimage.html#offset">TQImage::offset</a>(), the offset() is initialized
+a TQImage that has a <a href="ntqimage.html#offset">TQImage::offset</a>(), the offset() is initialized
appropriately, otherwise the constructor leaves it at (0, 0). You
can set it later using <a href="#setOffset">setOffset</a>(). When the TQCanvasPixmap is used
in a <a href="qcanvassprite.html">TQCanvasSprite</a>, the offset position is the point at
@@ -79,15 +79,15 @@ stays in the same position.
<p> <p>See also <a href="qcanvaspixmaparray.html">TQCanvasPixmapArray</a>, <a href="qcanvasitem.html">TQCanvasItem</a>, <a href="qcanvassprite.html">TQCanvasSprite</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCanvasPixmap"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;datafilename )
+<h3 class=fn><a name="TQCanvasPixmap"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;datafilename )
</h3>
Constructs a TQCanvasPixmap that uses the image stored in <em>datafilename</em>.
-<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="qimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
+<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqimage.html">TQImage</a>&nbsp;&amp;&nbsp;image )
</h3>
Constructs a TQCanvasPixmap from the image <em>image</em>.
-<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="qpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm, const&nbsp;<a href="qpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset )
+<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pm, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;offset )
</h3>
Constructs a TQCanvasPixmap from the pixmap <em>pm</em> using the offset
<em>offset</em>.