diff options
Diffstat (limited to 'doc/html/tqptrstack.html')
-rw-r--r-- | doc/html/tqptrstack.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqptrstack.html b/doc/html/tqptrstack.html index 68659cf38..1cdfdcc2e 100644 --- a/doc/html/tqptrstack.html +++ b/doc/html/tqptrstack.html @@ -89,7 +89,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> @@ -101,7 +101,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 @@ -120,8 +120,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> @@ -135,7 +135,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> @@ -160,8 +160,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 enable ) @@ -169,7 +169,7 @@ returns FALSE. <p> Defines whether this stack auto-deletes its contents. The same as <a href="tqptrcollection.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 |