diff options
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> |
