diff options
Diffstat (limited to 'doc/tqptrstack.doc')
-rw-r--r-- | doc/tqptrstack.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/tqptrstack.doc b/doc/tqptrstack.doc index f1675cdb2..c6dcf7f07 100644 --- a/doc/tqptrstack.doc +++ b/doc/tqptrstack.doc @@ -81,7 +81,7 @@ \fn TQPtrStack::~TQPtrStack () Destroys the stack. All items will be deleted if autoDelete() is - TRUE. + true. */ /*! @@ -89,14 +89,14 @@ Sets the contents of this stack by making a shallow copy of another stack \a s. Elements currently in this stack will be - deleted if autoDelete() is TRUE. + deleted if autoDelete() is true. */ /*! \fn bool TQPtrStack::isEmpty () const - Returns TRUE if the stack contains no elements; otherwise returns - FALSE. + Returns true if the stack contains no elements; otherwise returns + false. */ /*! @@ -116,8 +116,8 @@ \fn bool TQPtrStack::remove () Removes the top item from the stack and deletes it if autoDelete() - 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. \sa clear() */ @@ -126,7 +126,7 @@ \fn void TQPtrStack::clear() Removes all items from the stack, deleting them if autoDelete() is - TRUE. + true. \sa remove() */ @@ -177,8 +177,8 @@ Defines whether this stack auto-deletes its contents. The same as TQPtrCollection::setAutoDelete(). - If \a enable is TRUE the stack auto-deletes its contents; if \a - enable is FALSE the stack does not delete its contents. + If \a enable is true the stack auto-deletes its contents; if \a + enable is false the stack does not delete its contents. \sa autoDelete() */ |