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