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/tqpoint.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/tqpoint.html')
-rw-r--r-- | doc/html/tqpoint.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqpoint.html b/doc/html/tqpoint.html index c5b1e2cad..82b98c7e9 100644 --- a/doc/html/tqpoint.html +++ b/doc/html/tqpoint.html @@ -114,7 +114,7 @@ be written to and read from a TQStream. <h3 class=fn><a name="TQPoint"></a>TQPoint::TQPoint () </h3> -<p> Constructs a point with coordinates (0, 0) (<a href="#isNull">isNull</a>() returns TRUE). +<p> Constructs a point with coordinates (0, 0) (<a href="#isNull">isNull</a>() returns true). <h3 class=fn><a name="TQPoint-2"></a>TQPoint::TQPoint ( int xpos, int ypos ) </h3> @@ -124,8 +124,8 @@ be written to and read from a TQStream. <h3 class=fn>bool <a name="isNull"></a>TQPoint::isNull () const </h3> -<p> Returns TRUE if both the x value and the y value are 0; otherwise -returns FALSE. +<p> Returns true if both the x value and the y value are 0; otherwise +returns false. <h3 class=fn>int <a name="manhattanLength"></a>TQPoint::manhattanLength () const </h3> @@ -274,7 +274,7 @@ integers. </h3> <p> -<p> Returns TRUE if <em>p1</em> and <em>p2</em> are not equal; otherwise returns FALSE. +<p> Returns true if <em>p1</em> and <em>p2</em> are not equal; otherwise returns false. <h3 class=fn>const <a href="tqpoint.html">TQPoint</a> <a name="operator*"></a>operator* ( const <a href="tqpoint.html">TQPoint</a> & p, int c ) </h3> @@ -355,7 +355,7 @@ the stream. </h3> <p> -<p> Returns TRUE if <em>p1</em> and <em>p2</em> are equal; otherwise returns FALSE. +<p> Returns true if <em>p1</em> and <em>p2</em> are equal; otherwise returns false. <h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqpoint.html">TQPoint</a> & p ) </h3> |