diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqpoint.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpoint.html')
| -rw-r--r-- | doc/html/ntqpoint.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqpoint.html b/doc/html/ntqpoint.html index 1e0376aad..90003748c 100644 --- a/doc/html/ntqpoint.html +++ b/doc/html/ntqpoint.html @@ -115,7 +115,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> @@ -125,8 +125,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> @@ -275,7 +275,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="ntqpoint.html">TQPoint</a> <a name="operator*"></a>operator* ( const <a href="ntqpoint.html">TQPoint</a> & p, int c ) </h3> @@ -356,7 +356,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="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqpoint.html">TQPoint</a> & p ) </h3> |
