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/tquuid.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/tquuid.html')
-rw-r--r-- | doc/html/tquuid.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tquuid.html b/doc/html/tquuid.html index bb16e2b3d..ad2a5bfeb 100644 --- a/doc/html/tquuid.html +++ b/doc/html/tquuid.html @@ -81,7 +81,7 @@ tool to generate new UUIDs, for example, uuidgen and guidgen. <p> UUIDs can be constructed from numeric values or from strings, or using the static <a href="#createUuid">createUuid</a>() function. They can be converted to a string with <a href="#toString">toString</a>(). UUIDs have a <a href="#variant">variant</a>() and a <a href="#version">version</a>(), -and null UUIDs return TRUE from <a href="#isNull">isNull</a>(). +and null UUIDs return true from <a href="#isNull">isNull</a>(). <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="Variant-enum"></a>TQUuid::Variant</h3> @@ -150,8 +150,8 @@ same or any other system, networked or not. <h3 class=fn>bool <a name="isNull"></a>TQUuid::isNull () const </h3> -Returns TRUE if this is the null UUID -{00000000-0000-0000-0000-000000000000}; otherwise returns FALSE. +Returns true if this is the null UUID +{00000000-0000-0000-0000-000000000000}; otherwise returns false. <h3 class=fn><a name="operator-TQString"></a>TQUuid::operator TQString () const </h3> @@ -162,15 +162,15 @@ Returns TRUE if this is the null UUID <h3 class=fn>bool <a name="operator!-eq"></a>TQUuid::operator!= ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are different; -otherwise returns FALSE. +<p> Returns true if this TQUuid and the <em>other</em> TQUuid are different; +otherwise returns false. <h3 class=fn>bool <a name="operator-lt"></a>TQUuid::operator< ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid is of the same variant, +<p> Returns true if this TQUuid is of the same variant, and lexicographically before the <em>other</em> TQUuid; -otherwise returns FALSE. +otherwise returns false. <p> <p>See also <a href="#variant">variant</a>(). <h3 class=fn><a href="tquuid.html">TQUuid</a> & <a name="operator-eq"></a>TQUuid::operator= ( const <a href="tquuid.html">TQUuid</a> & uuid ) @@ -181,15 +181,15 @@ otherwise returns FALSE. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQUuid::operator== ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are identical; -otherwise returns FALSE. +<p> Returns true if this TQUuid and the <em>other</em> TQUuid are identical; +otherwise returns false. <h3 class=fn>bool <a name="operator-gt"></a>TQUuid::operator> ( const <a href="tquuid.html">TQUuid</a> & other ) const </h3> -<p> Returns TRUE if this TQUuid is of the same variant, +<p> Returns true if this TQUuid is of the same variant, and lexicographically after the <em>other</em> TQUuid; -otherwise returns FALSE. +otherwise returns false. <p> <p>See also <a href="#variant">variant</a>(). <h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString"></a>TQUuid::toString () const |