From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqpoint.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqpoint.html') 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.

TQPoint::TQPoint ()

-

Constructs a point with coordinates (0, 0) (isNull() returns TRUE). +

Constructs a point with coordinates (0, 0) (isNull() returns true).

TQPoint::TQPoint ( int xpos, int ypos )

@@ -124,8 +124,8 @@ be written to and read from a TQStream.

bool TQPoint::isNull () const

-

Returns TRUE if both the x value and the y value are 0; otherwise -returns FALSE. +

Returns true if both the x value and the y value are 0; otherwise +returns false.

int TQPoint::manhattanLength () const

@@ -274,7 +274,7 @@ integers.

-

Returns TRUE if p1 and p2 are not equal; otherwise returns FALSE. +

Returns true if p1 and p2 are not equal; otherwise returns false.

const TQPoint operator* ( const TQPoint & p, int c )

@@ -355,7 +355,7 @@ the stream.

-

Returns TRUE if p1 and p2 are equal; otherwise returns FALSE. +

Returns true if p1 and p2 are equal; otherwise returns false.

TQDataStream & operator>> ( TQDataStream & s, TQPoint & p )

-- cgit v1.2.3