summaryrefslogtreecommitdiffstats
path: root/doc/html/qintcacheiterator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qintcacheiterator.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qintcacheiterator.html')
-rw-r--r--doc/html/qintcacheiterator.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qintcacheiterator.html b/doc/html/qintcacheiterator.html
index bacc26b04..86deecc19 100644
--- a/doc/html/qintcacheiterator.html
+++ b/doc/html/qintcacheiterator.html
@@ -71,8 +71,8 @@ that refer an item when that item is removed.
<p> TQIntCacheIterator provides an <a href="#operator++">operator++</a>(), and an <a href="#operator+-eq">operator+=</a>() to
traverse the cache; <a href="#current">current</a>() and <a href="#currentKey">currentKey</a>() to access the
current cache item and its key; <a href="#atFirst">atFirst</a>() <a href="#atLast">atLast</a>(), which return
-TRUE if the iterator points to the first/last item in the cache;
-<a href="#isEmpty">isEmpty</a>(), which returns TRUE if the cache is empty; and <a href="#count">count</a>(),
+true if the iterator points to the first/last item in the cache;
+<a href="#isEmpty">isEmpty</a>(), which returns true if the cache is empty; and <a href="#count">count</a>(),
which returns the number of items in the cache.
<p> Note that atFirst() and atLast() refer to the iterator's arbitrary
ordering, not to the cache's internal least recently used list.
@@ -97,8 +97,8 @@ independently from there on.
<h3 class=fn>bool <a name="atFirst"></a>TQIntCacheIterator::atFirst () const
</h3>
-<p> Returns TRUE if the iterator points to the first item in the
-cache; otherwise returns FALSE. Note that this refers to the
+<p> Returns true if the iterator points to the first item in the
+cache; otherwise returns false. Note that this refers to the
iterator's arbitrary ordering, not to the cache's internal least
recently used list.
<p> <p>See also <a href="#toFirst">toFirst</a>() and <a href="#atLast">atLast</a>().
@@ -106,8 +106,8 @@ recently used list.
<h3 class=fn>bool <a name="atLast"></a>TQIntCacheIterator::atLast () const
</h3>
-<p> Returns TRUE if the iterator points to the last item in the cache;
-otherwise returns FALSE. Note that this refers to the iterator's
+<p> Returns true if the iterator points to the last item in the cache;
+otherwise returns false. Note that this refers to the iterator's
arbitrary ordering, not to the cache's internal least recently
used list.
<p> <p>See also <a href="#toLast">toLast</a>() and <a href="#atFirst">atFirst</a>().
@@ -132,7 +132,7 @@ operates.
<h3 class=fn>bool <a name="isEmpty"></a>TQIntCacheIterator::isEmpty () const
</h3>
-<p> Returns TRUE if the cache is empty; otherwise returns FALSE.
+<p> Returns true if the cache is empty; otherwise returns false.
<p> <p>See also <a href="#count">count</a>().
<h3 class=fn><a name="operator-type-*"></a>TQIntCacheIterator::operator type * () const