summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvassprite.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcanvassprite.html')
-rw-r--r--doc/html/qcanvassprite.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcanvassprite.html b/doc/html/qcanvassprite.html
index 8ebff73d..9cfed2fd 100644
--- a/doc/html/qcanvassprite.html
+++ b/doc/html/qcanvassprite.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQCanvasSprite class provides an animated canvas item on a TQCanvas.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qcanvas-h.html">qcanvas.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qcanvas-h.html">ntqcanvas.h</a>&gt;</tt>
<p>Inherits <a href="qcanvasitem.html">TQCanvasItem</a>.
<p><a href="qcanvassprite-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -68,7 +68,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQCanvasSprite class provides an animated canvas item on a <a href="qcanvas.html">TQCanvas</a>.
+The TQCanvasSprite class provides an animated canvas item on a <a href="ntqcanvas.html">TQCanvas</a>.
<p>
@@ -118,7 +118,7 @@ incremented by 1 up to the frame count then decremented to by 1 to
0, repeating this sequence forever.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCanvasSprite"></a>TQCanvasSprite::TQCanvasSprite ( <a href="qcanvaspixmaparray.html">TQCanvasPixmapArray</a>&nbsp;*&nbsp;a, <a href="qcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasSprite"></a>TQCanvasSprite::TQCanvasSprite ( <a href="qcanvaspixmaparray.html">TQCanvasPixmapArray</a>&nbsp;*&nbsp;a, <a href="ntqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
</h3>
Constructs a TQCanvasSprite which uses images from the
<a href="qcanvaspixmaparray.html">TQCanvasPixmapArray</a> <em>a</em>.
@@ -154,14 +154,14 @@ be if the sprite (actually its hotspot) were moved to y-position
<em>ny</em>.
<p> <p>See also <a href="#leftEdge">leftEdge</a>(), <a href="#rightEdge">rightEdge</a>(), and <a href="#topEdge">topEdge</a>().
-<h3 class=fn><a href="qrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasSprite::boundingRect () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasSprite::boundingRect () const<tt> [virtual]</tt>
</h3>
Returns the bounding rectangle for the image in the sprite's
current frame. This assumes that the images are tightly cropped
(i.e. do not have transparent pixels all along a side).
<p>Reimplemented from <a href="qcanvasitem.html#boundingRect">TQCanvasItem</a>.
-<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="qpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;painter )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="draw"></a>TQCanvasSprite::draw ( <a href="ntqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;painter )<tt> [virtual]</tt>
</h3>
Draws the current frame's image at the sprite's current position
on painter <em>painter</em>.