diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqptrlistiterator.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (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 |
