summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpoint.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpoint.3qt')
-rw-r--r--doc/man/man3/tqpoint.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpoint.3qt b/doc/man/man3/tqpoint.3qt
index 3c1626738..183fb46df 100644
--- a/doc/man/man3/tqpoint.3qt
+++ b/doc/man/man3/tqpoint.3qt
@@ -152,11 +152,11 @@ TQPoints can be compared for equality or inequality, and they can be written to
See also TQPointArray, TQSize, TQRect, Graphics Classes, and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQPoint::TQPoint ()"
-Constructs a point with coordinates (0, 0) (isNull() returns TRUE).
+Constructs a point with coordinates (0, 0) (isNull() returns true).
.SH "TQPoint::TQPoint ( int xpos, int ypos )"
Constructs a point with x value \fIxpos\fR and y value \fIypos\fR.
.SH "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.
.SH "int TQPoint::manhattanLength () const"
Returns the sum of the absolute values of x() and y(), traditionally known as the "Manhattan length" of the vector from the origin to the point. The tradition arises because such distances apply to travelers who can only travel on a rectangular grid, like the streets of Manhattan.
.PP
@@ -305,7 +305,7 @@ Examples:
.)l canvas/canvas.cpp, chart/canvasview.cpp, fileiconview/tqfileiconview.cpp, helpsystem/tooltip.cpp, life/life.cpp, t14/cannon.cpp, and themes/wood.cpp.
.SH RELATED FUNCTION DOCUMENTATION
.SH "bool operator!= ( const TQPoint & p1, const TQPoint & p2 )"
-Returns TRUE if \fIp1\fR and \fIp2\fR are not equal; otherwise returns FALSE.
+Returns true if \fIp1\fR and \fIp2\fR are not equal; otherwise returns false.
.SH "const TQPoint operator* ( const TQPoint & p, int c )"
Returns the TQPoint formed by multiplying both components of \fIp\fR by \fIc\fR.
.SH "const TQPoint operator* ( int c, const TQPoint & p )"
@@ -345,7 +345,7 @@ Writes point \fIp\fR to the stream \fIs\fR and returns a reference to the stream
.PP
See also Format of the TQDataStream operators.
.SH "bool operator== ( const TQPoint & p1, const TQPoint & p2 )"
-Returns TRUE if \fIp1\fR and \fIp2\fR are equal; otherwise returns FALSE.
+Returns true if \fIp1\fR and \fIp2\fR are equal; otherwise returns false.
.SH "TQDataStream & operator>> ( TQDataStream & s, TQPoint & p )"
Reads a TQPoint from the stream \fIs\fR into point \fIp\fR and returns a reference to the stream.
.PP