summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqptrstack.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/ntqptrstack.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/ntqptrstack.html')
-rw-r--r--doc/html/ntqptrstack.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqptrstack.html b/doc/html/ntqptrstack.html
index df6f7a23c..d99669ebd 100644
--- a/doc/html/ntqptrstack.html
+++ b/doc/html/ntqptrstack.html
@@ -90,7 +90,7 @@ without changing the stack.
</h3>
<p> Destroys the stack. All items will be deleted if <a href="#autoDelete">autoDelete</a>() is
-TRUE.
+true.
<h3 class=fn>bool <a name="autoDelete"></a>TQPtrStack::autoDelete () const
</h3>
@@ -102,7 +102,7 @@ TRUE.
</h3>
<p> Removes all items from the stack, deleting them if <a href="#autoDelete">autoDelete</a>() is
-TRUE.
+true.
<p> <p>See also <a href="#remove">remove</a>().
<h3 class=fn>uint <a name="count"></a>TQPtrStack::count () const
@@ -121,8 +121,8 @@ empty.
<h3 class=fn>bool <a name="isEmpty"></a>TQPtrStack::isEmpty () const
</h3>
-<p> Returns TRUE if the stack contains no elements; otherwise returns
-FALSE.
+<p> Returns true if the stack contains no elements; otherwise returns
+false.
<h3 class=fn><a name="operator-type-*"></a>TQPtrStack::operator type * () const
</h3>
@@ -136,7 +136,7 @@ empty.
<p> Sets the contents of this stack by making a <a href="shclass.html#shallow-copy">shallow copy</a> of
another stack <em>s</em>. Elements currently in this stack will be
-deleted if <a href="#autoDelete">autoDelete</a>() is TRUE.
+deleted if <a href="#autoDelete">autoDelete</a>() is true.
<h3 class=fn>type * <a name="pop"></a>TQPtrStack::pop ()
</h3>
@@ -161,8 +161,8 @@ reference to the stream.
</h3>
<p> Removes the top item from the stack and deletes it if <a href="#autoDelete">autoDelete</a>()
-is TRUE. Returns TRUE if there was an item to pop; otherwise
-returns FALSE.
+is true. Returns true if there was an item to pop; otherwise
+returns false.
<p> <p>See also <a href="#clear">clear</a>().
<h3 class=fn>void <a name="setAutoDelete"></a>TQPtrStack::setAutoDelete ( bool&nbsp;enable )
@@ -170,7 +170,7 @@ returns FALSE.
<p> Defines whether this stack auto-deletes its contents. The same as
<a href="ntqptrcollection.html#setAutoDelete">TQPtrCollection::setAutoDelete</a>().
-<p> If <em>enable</em> is TRUE the stack auto-deletes its contents; if <em>enable</em> is FALSE the stack does not delete its contents.
+<p> If <em>enable</em> is true the stack auto-deletes its contents; if <em>enable</em> is false the stack does not delete its contents.
<p> <p>See also <a href="#autoDelete">autoDelete</a>().
<h3 class=fn>type * <a name="top"></a>TQPtrStack::top () const