diff options
Diffstat (limited to 'doc/html/tqcanvaspixmaparray.html')
-rw-r--r-- | doc/html/tqcanvaspixmaparray.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqcanvaspixmaparray.html b/doc/html/tqcanvaspixmaparray.html index eaa17c8af..64a8f4c66 100644 --- a/doc/html/tqcanvaspixmaparray.html +++ b/doc/html/tqcanvaspixmaparray.html @@ -75,7 +75,7 @@ can change this by reading in a separate set of image masks using <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCanvasPixmapArray"></a>TQCanvasPixmapArray::TQCanvasPixmapArray () </h3> -Constructs an invalid array (i.e. <a href="#isValid">isValid</a>() will return FALSE). +Constructs an invalid array (i.e. <a href="#isValid">isValid</a>() will return false). You must call <a href="#readPixmaps">readPixmaps</a>() before being able to use this TQCanvasPixmapArray. @@ -93,7 +93,7 @@ filename, and the image contained in this file will be loaded as the first (and only) frame. <p> If <em>datafilenamepattern</em> does not exist, is not readable, isn't an image, or some other error occurs, the array ends up empty and -<a href="#isValid">isValid</a>() returns FALSE. +<a href="#isValid">isValid</a>() returns false. <h3 class=fn><a name="TQCanvasPixmapArray-3"></a>TQCanvasPixmapArray::TQCanvasPixmapArray ( <a href="tqptrlist.html">TQPtrList</a><TQPixmap> list, <a href="tqptrlist.html">TQPtrList</a><TQPoint> hotspots ) </h3> @@ -107,7 +107,7 @@ instead. 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 be at position (0, 0). -<p> If an error occurs, <a href="#isValid">isValid</a>() will return FALSE. +<p> If an error occurs, <a href="#isValid">isValid</a>() will return false. <h3 class=fn><a name="~TQCanvasPixmapArray"></a>TQCanvasPixmapArray::~TQCanvasPixmapArray () </h3> @@ -126,14 +126,14 @@ than than <a href="#count">count</a>(), and returns an unspecified value otherwi <h3 class=fn>bool <a name="isValid"></a>TQCanvasPixmapArray::isValid () const </h3> -Returns TRUE if the pixmap array is valid; otherwise returns -FALSE. +Returns true if the pixmap array is valid; otherwise returns +false. <h3 class=fn>bool <a name="operator!"></a>TQCanvasPixmapArray::operator! () </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="#isValid">isValid</a>() instead. -<p> This returns FALSE if the array is valid, and TRUE if it is not. +<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="tqstring.html">TQString</a> & filename ) </h3> @@ -148,9 +148,9 @@ be loaded, just like <a href="#readPixmaps">TQCanvasPixmapArray::readPixmaps</a> <p> All collision masks must be 1-bit images or this function call will fail. <p> If the file isn't readable, contains the wrong number of images, -or there is some other error, this function will return FALSE, and +or there is some other error, this function will return false, and the array will be flagged as invalid; otherwise this function -returns TRUE. +returns true. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn>bool <a name="readPixmaps"></a>TQCanvasPixmapArray::readPixmaps ( const <a href="tqstring.html">TQString</a> & filenamepattern, int fc = 0 ) @@ -165,8 +165,8 @@ and the image contained in this file will be loaded as the first (and only) frame. <p> If <em>filenamepattern</em> does not exist, is not readable, isn't an image, or some other error occurs, this function will return -FALSE, and <a href="#isValid">isValid</a>() will return FALSE; otherwise this function -will return TRUE. +false, and <a href="#isValid">isValid</a>() will return false; otherwise this function +will return true. <p> <p>See also <a href="#isValid">isValid</a>(). <h3 class=fn>void <a name="setImage"></a>TQCanvasPixmapArray::setImage ( int i, <a href="tqcanvaspixmap.html">TQCanvasPixmap</a> * p ) |