diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcanvaspixmap.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcanvaspixmap.html')
-rw-r--r-- | doc/html/qcanvaspixmap.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qcanvaspixmap.html b/doc/html/qcanvaspixmap.html index a86352d45..f110f26cc 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 <<a href="qcanvas-h.html">qcanvas.h</a>></tt> -<p>Inherits <a href="qpixmap.html">TQPixmap</a>. +<p><tt>#include <<a href="qcanvas-h.html">ntqcanvas.h</a>></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 <a href="qstring.html">TQString</a> & datafilename ) +<h3 class=fn><a name="TQCanvasPixmap"></a>TQCanvasPixmap::TQCanvasPixmap ( const <a href="ntqstring.html">TQString</a> & 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 <a href="qimage.html">TQImage</a> & image ) +<h3 class=fn><a name="TQCanvasPixmap-2"></a>TQCanvasPixmap::TQCanvasPixmap ( const <a href="ntqimage.html">TQImage</a> & image ) </h3> Constructs a TQCanvasPixmap from the image <em>image</em>. -<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const <a href="qpixmap.html">TQPixmap</a> & pm, const <a href="qpoint.html">TQPoint</a> & offset ) +<h3 class=fn><a name="TQCanvasPixmap-3"></a>TQCanvasPixmap::TQCanvasPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> & pm, const <a href="ntqpoint.html">TQPoint</a> & offset ) </h3> Constructs a TQCanvasPixmap from the pixmap <em>pm</em> using the offset <em>offset</em>. |