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/tqintdict.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-master.tar.gz tqt-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqintdict.html')
| -rw-r--r-- | doc/html/tqintdict.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqintdict.html b/doc/html/tqintdict.html index d25f1a99f..bdc91d5ea 100644 --- a/doc/html/tqintdict.html +++ b/doc/html/tqintdict.html @@ -131,7 +131,7 @@ pointers are copied (shallow copy). <h3 class=fn>bool <a name="autoDelete"></a>TQPtrCollection::autoDelete () const </h3> -<p> Returns the setting of the auto-delete option. The default is FALSE. +<p> Returns the setting of the auto-delete option. The default is false. <p> <p>See also <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <h3 class=fn>void <a name="clear"></a>TQIntDict::clear ()<tt> [virtual]</tt> @@ -174,7 +174,7 @@ item will be accessible using <a href="#operator[]">operator[]</a>(). <h3 class=fn>bool <a name="isEmpty"></a>TQIntDict::isEmpty () const </h3> -<p> Returns TRUE if the dictionary is empty; otherwise returns FALSE. +<p> Returns true if the dictionary is empty; otherwise returns false. <p> <p>See also <a href="#count">count</a>(). <h3 class=fn><a href="tqintdict.html">TQIntDict</a><type> & <a name="operator-eq"></a>TQIntDict::operator= ( const <a href="tqintdict.html">TQIntDict</a><type> & dict ) @@ -208,8 +208,8 @@ reference to the stream. </h3> <p> Removes the item associated with <em>key</em> from the dictionary. -Returns TRUE if successful, i.e. if the <em>key</em> is in the -dictionary; otherwise returns FALSE. +Returns true if successful, i.e. if the <em>key</em> is in the +dictionary; otherwise returns false. <p> If there are two or more items with equal keys, then the most recently inserted item will be removed. <p> The removed item is deleted if <a href="tqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled. @@ -251,11 +251,11 @@ become invalid. </h3> <p> Sets the collection to auto-delete its contents if <em>enable</em> is -TRUE and to never delete them if <em>enable</em> is FALSE. +true and to never delete them if <em>enable</em> is false. <p> If auto-deleting is turned on, all the items in a collection are deleted when the collection itself is deleted. This is convenient if the collection has the only pointer to the items. -<p> The default setting is FALSE, for safety. If you turn it on, be +<p> The default setting is false, for safety. If you turn it on, be careful about copying the collection - you might find yourself with two collections deleting the same items. <p> Note that the auto-delete setting may also affect other functions |
