diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-26 11:44:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-30 14:26:34 +0900 |
| commit | 6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch) | |
| tree | 0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqsize.3qt | |
| parent | ff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff) | |
| download | tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsize.3qt')
| -rw-r--r-- | doc/man/man3/tqsize.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqsize.3qt b/doc/man/man3/tqsize.3qt index 0620dd066..deaf73399 100644 --- a/doc/man/man3/tqsize.3qt +++ b/doc/man/man3/tqsize.3qt @@ -169,11 +169,11 @@ See also width(). Examples: .)l movies/main.cpp, qfd/fontdisplayer.cpp, and qfd/qfd.cpp. .SH "bool TQSize::isEmpty () const" -Returns TRUE if the width is less than or equal to 0, or the height is less than or equal to 0; otherwise returns FALSE. +Returns true if the width is less than or equal to 0, or the height is less than or equal to 0; otherwise returns false. .SH "bool TQSize::isNull () const" -Returns TRUE if the width is 0 and the height is 0; otherwise returns FALSE. +Returns true if the width is 0 and the height is 0; otherwise returns false. .SH "bool TQSize::isValid () const" -Returns TRUE if the width is equal to or greater than 0 and the height is equal to or greater than 0; otherwise returns FALSE. +Returns true if the width is equal to or greater than 0 and the height is equal to or greater than 0; otherwise returns false. .SH "TQSize & TQSize::operator*= ( int c )" Multiplies both the width and height by \fIc\fR and returns a reference to the size. .SH "TQSize & TQSize::operator*= ( double c )" @@ -306,7 +306,7 @@ Examples: .)l movies/main.cpp, qfd/fontdisplayer.cpp, and qfd/qfd.cpp. .SH RELATED FUNCTION DOCUMENTATION .SH "bool operator!= ( const TQSize & s1, const TQSize & s2 )" -Returns TRUE if \fIs1\fR and \fIs2\fR are different; otherwise returns FALSE. +Returns true if \fIs1\fR and \fIs2\fR are different; otherwise returns false. .SH "const TQSize operator* ( const TQSize & s, int c )" Multiplies \fIs\fR by \fIc\fR and returns the result. .SH "const TQSize operator* ( int c, const TQSize & s )" @@ -338,7 +338,7 @@ Writes the size \fIsz\fR to the stream \fIs\fR and returns a reference to the st .PP See also Format of the TQDataStream operators. .SH "bool operator== ( const TQSize & s1, const TQSize & s2 )" -Returns TRUE if \fIs1\fR and \fIs2\fR are equal; otherwise returns FALSE. +Returns true if \fIs1\fR and \fIs2\fR are equal; otherwise returns false. .SH "TQDataStream & operator>> ( TQDataStream & s, TQSize & sz )" Reads the size from the stream \fIs\fR into size \fIsz\fR and returns a reference to the stream. .PP |
