From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqcanvaspixmaparray.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqcanvaspixmaparray.html') 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. isValid() will return F You must call readPixmaps() before being able to use this TQCanvasPixmapArray. -

TQCanvasPixmapArray::TQCanvasPixmapArray ( const TQString & datafilenamepattern, int fc = 0 ) +

TQCanvasPixmapArray::TQCanvasPixmapArray ( const TQString & datafilenamepattern, int fc = 0 )

Constructs a TQCanvasPixmapArray from files.

The fc parameter sets the number of frames to be loaded for @@ -136,7 +136,7 @@ FALSE.

Use isValid() instead.

This returns FALSE if the array is valid, and TRUE if it is not. -

bool TQCanvasPixmapArray::readCollisionMasks ( const TQString & filename ) +

bool TQCanvasPixmapArray::readCollisionMasks ( const TQString & filename )

Reads new collision masks for the array.

By default, TQCanvasSprite uses the image mask of a sprite to @@ -154,7 +154,7 @@ the array will be flagged as invalid; otherwise this function returns TRUE.

See also isValid(). -

bool TQCanvasPixmapArray::readPixmaps ( const TQString & filenamepattern, int fc = 0 ) +

bool TQCanvasPixmapArray::readPixmaps ( const TQString & filenamepattern, int fc = 0 )

Reads one or more pixmaps into the pixmap array.

If fc is not 0, filenamepattern should contain "%1", e.g. -- cgit v1.2.3