diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsize.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsize.html')
-rw-r--r-- | doc/html/tqsize.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqsize.html b/doc/html/tqsize.html index 86cda6f68..6c4419a29 100644 --- a/doc/html/tqsize.html +++ b/doc/html/tqsize.html @@ -139,20 +139,20 @@ Returns the height. <h3 class=fn>bool <a name="isEmpty"></a>TQSize::isEmpty () const </h3> -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. <h3 class=fn>bool <a name="isNull"></a>TQSize::isNull () const </h3> -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. <h3 class=fn>bool <a name="isValid"></a>TQSize::isValid () const </h3> -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. <h3 class=fn><a href="tqsize.html">TQSize</a> & <a name="operator*-eq"></a>TQSize::operator*= ( int c ) </h3> @@ -291,7 +291,7 @@ Returns the width. </h3> -Returns TRUE if <em>s1</em> and <em>s2</em> are different; otherwise returns FALSE. +Returns true if <em>s1</em> and <em>s2</em> are different; otherwise returns false. <h3 class=fn>const <a href="tqsize.html">TQSize</a> <a name="operator*"></a>operator* ( const <a href="tqsize.html">TQSize</a> & s, int c ) </h3> @@ -355,7 +355,7 @@ the stream. </h3> -Returns TRUE if <em>s1</em> and <em>s2</em> are equal; otherwise returns FALSE. +Returns true if <em>s1</em> and <em>s2</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="tqsize.html">TQSize</a> & sz ) </h3> |