diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqcanvaspixmaparray.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcanvaspixmaparray.html')
-rw-r--r-- | doc/html/tqcanvaspixmaparray.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqcanvaspixmaparray.html b/doc/html/tqcanvaspixmaparray.html index 4e011751a..0bc194d6b 100644 --- a/doc/html/tqcanvaspixmaparray.html +++ b/doc/html/tqcanvaspixmaparray.html @@ -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="ntqstring.html">TQString</a> & datafilenamepattern, int fc = 0 ) +<h3 class=fn><a name="TQCanvasPixmapArray-2"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( const <a href="tqstring.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 @@ -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="ntqstring.html">TQString</a> & filename ) +<h3 class=fn>bool <a name="readCollisionMasks"></a>TQCanvasPixmapArray::readCollisionMasks ( const <a href="tqstring.html">TQString</a> & filename ) </h3> Reads new collision masks for the array. <p> By default, <a href="tqcanvassprite.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="ntqstring.html">TQString</a> & filenamepattern, int fc = 0 ) +<h3 class=fn>bool <a name="readPixmaps"></a>TQCanvasPixmapArray::readPixmaps ( const <a href="tqstring.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. |