diff options
Diffstat (limited to 'doc/html/qcanvaspixmaparray.html')
-rw-r--r-- | doc/html/qcanvaspixmaparray.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qcanvaspixmaparray.html b/doc/html/qcanvaspixmaparray.html index 75d63d418..923141fc2 100644 --- a/doc/html/qcanvaspixmaparray.html +++ b/doc/html/qcanvaspixmaparray.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasPixmapArray class provides an array of TQCanvasPixmaps. <a href="#details">More...</a> -<p><tt>#include <<a href="qcanvas-h.html">qcanvas.h</a>></tt> +<p><tt>#include <<a href="qcanvas-h.html">ntqcanvas.h</a>></tt> <p><a href="qcanvaspixmaparray-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -80,7 +80,7 @@ Constructs an invalid array (i.e. <a href="#isValid">isValid</a>() will return F You must call <a href="#readPixmaps">readPixmaps</a>() before being able to use this TQCanvasPixmapArray. -<h3 class=fn><a name="TQCanvasPixmapArray-2"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( const <a href="qstring.html">TQString</a> & datafilenamepattern, int fc = 0 ) +<h3 class=fn><a name="TQCanvasPixmapArray-2"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( const <a href="ntqstring.html">TQString</a> & datafilenamepattern, int fc = 0 ) </h3> Constructs a TQCanvasPixmapArray from files. <p> The <em>fc</em> parameter sets the number of frames to be loaded for @@ -96,14 +96,14 @@ the first (and only) frame. an image, or some other error occurs, the array ends up empty and <a href="#isValid">isValid</a>() returns FALSE. -<h3 class=fn><a name="TQCanvasPixmapArray-3"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( <a href="qptrlist.html">TQPtrList</a><TQPixmap> list, <a href="qptrlist.html">TQPtrList</a><TQPoint> hotspots ) +<h3 class=fn><a name="TQCanvasPixmapArray-3"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( <a href="ntqptrlist.html">TQPtrList</a><TQPixmap> list, <a href="ntqptrlist.html">TQPtrList</a><TQPoint> hotspots ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Use <a href="#TQCanvasPixmapArray">TQCanvasPixmapArray::TQCanvasPixmapArray</a>( <a href="qvaluelist.html">TQValueList</a><TQPixmap>, <a href="qpointarray.html">TQPointArray</a> ) +<p> Use <a href="#TQCanvasPixmapArray">TQCanvasPixmapArray::TQCanvasPixmapArray</a>( <a href="ntqvaluelist.html">TQValueList</a><TQPixmap>, <a href="ntqpointarray.html">TQPointArray</a> ) instead. <p> Constructs a TQCanvasPixmapArray from the list of TQPixmaps <em>list</em>. The <em>hotspots</em> list has to be of the same size as <em>list</em>. -<h3 class=fn><a name="TQCanvasPixmapArray-4"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( <a href="qvaluelist.html">TQValueList</a><TQPixmap> list, <a href="qpointarray.html">TQPointArray</a> hotspots = TQPointArray ( ) ) +<h3 class=fn><a name="TQCanvasPixmapArray-4"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( <a href="ntqvaluelist.html">TQValueList</a><TQPixmap> list, <a href="ntqpointarray.html">TQPointArray</a> hotspots = TQPointArray ( ) ) </h3> Constructs a TQCanvasPixmapArray from the list of TQPixmaps in the <em>list</em>. Each pixmap will get a hotspot according to the <em>hotspots</em> array. If no hotspots are specified, each one is set to @@ -136,7 +136,7 @@ FALSE. <p> Use <a href="#isValid">isValid</a>() instead. <p> This returns FALSE if the array is valid, and TRUE if it is not. -<h3 class=fn>bool <a name="readCollisionMasks"></a>TQCanvasPixmapArray::readCollisionMasks ( const <a href="qstring.html">TQString</a> & filename ) +<h3 class=fn>bool <a name="readCollisionMasks"></a>TQCanvasPixmapArray::readCollisionMasks ( const <a href="ntqstring.html">TQString</a> & filename ) </h3> Reads new collision masks for the array. <p> By default, <a href="qcanvassprite.html">TQCanvasSprite</a> uses the image mask of a sprite to @@ -154,7 +154,7 @@ the array will be flagged as invalid; otherwise this function returns TRUE. <p> <p>See also <a href="#isValid">isValid</a>(). -<h3 class=fn>bool <a name="readPixmaps"></a>TQCanvasPixmapArray::readPixmaps ( const <a href="qstring.html">TQString</a> & filenamepattern, int fc = 0 ) +<h3 class=fn>bool <a name="readPixmaps"></a>TQCanvasPixmapArray::readPixmaps ( const <a href="ntqstring.html">TQString</a> & filenamepattern, int fc = 0 ) </h3> Reads one or more pixmaps into the pixmap array. <p> If <em>fc</em> is not 0, <em>filenamepattern</em> should contain "%1", e.g. |