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/tqptrlistiterator.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/tqptrlistiterator.html')
-rw-r--r-- | doc/html/tqptrlistiterator.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqptrlistiterator.html b/doc/html/tqptrlistiterator.html index 4118eadef..d86e17453 100644 --- a/doc/html/tqptrlistiterator.html +++ b/doc/html/tqptrlistiterator.html @@ -116,15 +116,15 @@ set to point on the first item in the <em>list</em>. <h3 class=fn>bool <a name="atFirst"></a>TQPtrListIterator::atFirst () const </h3> -<p> Returns TRUE if the current iterator item is the first list item; -otherwise returns FALSE. +<p> Returns true if the current iterator item is the first list item; +otherwise returns false. <p> <p>See also <a href="#toFirst">toFirst</a>() and <a href="#atLast">atLast</a>(). <h3 class=fn>bool <a name="atLast"></a>TQPtrListIterator::atLast () const </h3> -<p> Returns TRUE if the current iterator item is the last list item; -otherwise returns FALSE. +<p> Returns true if the current iterator item is the last list item; +otherwise returns false. <p> <p>See also <a href="#toLast">toLast</a>() and <a href="#atFirst">atFirst</a>(). <h3 class=fn>uint <a name="count"></a>TQPtrListIterator::count () const @@ -145,7 +145,7 @@ item in the list, 0 is returned. <h3 class=fn>bool <a name="isEmpty"></a>TQPtrListIterator::isEmpty () const </h3> -<p> Returns TRUE if the list is empty; otherwise returns FALSE. +<p> Returns true if the list is empty; otherwise returns false. <p> <p>See also <a href="#count">count</a>(). <h3 class=fn><a name="operator-type-*"></a>TQPtrListIterator::operator type * () const |