diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqpicture.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpicture.html')
-rw-r--r-- | doc/html/tqpicture.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqpicture.html b/doc/html/tqpicture.html index 1200582d4..8c13415aa 100644 --- a/doc/html/tqpicture.html +++ b/doc/html/tqpicture.html @@ -164,13 +164,13 @@ Nothing is done if there is just a single reference. <h3 class=fn>bool <a name="isNull"></a>TQPicture::isNull () const </h3> -<p> Returns TRUE if the picture contains no data; otherwise returns -FALSE. +<p> Returns true if the picture contains no data; otherwise returns +false. <h3 class=fn>bool <a name="load"></a>TQPicture::load ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0 ) </h3> Loads a picture from the file specified by <em>fileName</em> and returns -TRUE if successful; otherwise returns FALSE. +true if successful; otherwise returns false. <p> By default, the file will be interpreted as being in the native TQPicture format. Specifying the <em>format</em> string is optional and is only needed for importing picture data stored in a different @@ -202,15 +202,15 @@ picture and returns a reference to this picture. <h3 class=fn>bool <a name="play"></a>TQPicture::play ( <a href="tqpainter.html">TQPainter</a> * painter ) </h3> -Replays the picture using <em>painter</em>, and returns TRUE if -successful; otherwise returns FALSE. +Replays the picture using <em>painter</em>, and returns true if +successful; otherwise returns false. <p> This function does exactly the same as <a href="tqpainter.html#drawPicture">TQPainter::drawPicture</a>() with (x, y) = (0, 0). <h3 class=fn>bool <a name="save"></a>TQPicture::save ( const <a href="tqstring.html">TQString</a> & fileName, const char * format = 0 ) </h3> Saves a picture to the file specified by <em>fileName</em> and returns -TRUE if successful; otherwise returns FALSE. +true if successful; otherwise returns false. <p> Specifying the file <em>format</em> string is optional. It's not recommended unless you intend to export the picture data for use by a third party reader. By default the data will be saved in |