summaryrefslogtreecommitdiffstats
path: root/doc/html/tqptrcollection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqptrcollection.html')
-rw-r--r--doc/html/tqptrcollection.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqptrcollection.html b/doc/html/tqptrcollection.html
index d24a722c5..5e76b6110 100644
--- a/doc/html/tqptrcollection.html
+++ b/doc/html/tqptrcollection.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
<p><tt>#include &lt;<a href="tqptrcollection-h.html">tqptrcollection.h</a>&gt;</tt>
-<p>Inherited by <a href="ntqasciicache.html">TQAsciiCache</a>, <a href="ntqasciidict.html">TQAsciiDict</a>, <a href="ntqcache.html">TQCache</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqintcache.html">TQIntCache</a>, <a href="ntqintdict.html">TQIntDict</a>, <a href="tqptrlist.html">TQPtrList</a>, <a href="tqptrdict.html">TQPtrDict</a>, and <a href="tqptrvector.html">TQPtrVector</a>.
+<p>Inherited by <a href="tqasciicache.html">TQAsciiCache</a>, <a href="tqasciidict.html">TQAsciiDict</a>, <a href="tqcache.html">TQCache</a>, <a href="tqdict.html">TQDict</a>, <a href="tqintcache.html">TQIntCache</a>, <a href="tqintdict.html">TQIntDict</a>, <a href="tqptrlist.html">TQPtrList</a>, <a href="tqptrdict.html">TQPtrDict</a>, and <a href="tqptrvector.html">TQPtrVector</a>.
<p><a href="tqptrcollection-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -61,7 +61,7 @@ The TQPtrCollection class is the base class of most pointer-based TQt collection
<p>
<p> The TQPtrCollection class is an abstract base class for the TQt
-<a href="collection.html">collection classes</a> <a href="ntqdict.html">TQDict</a>, <a href="tqptrlist.html">TQPtrList</a>,
+<a href="collection.html">collection classes</a> <a href="tqdict.html">TQDict</a>, <a href="tqptrlist.html">TQPtrList</a>,
etc. TQt also includes value based collections, e.g. <a href="tqvaluelist.html">TQValueList</a>,
<a href="tqmap.html">TQMap</a>, etc.
<p> A TQPtrCollection only knows about the number of objects in the
@@ -111,13 +111,13 @@ TQPtrCollection is an abstract class.
deleted if auto-delete has been enabled.
<p> <p>See also <a href="#setAutoDelete">setAutoDelete</a>().
-<p>Reimplemented in <a href="ntqasciicache.html#clear">TQAsciiCache</a>, <a href="ntqasciidict.html#clear">TQAsciiDict</a>, <a href="ntqcache.html#clear">TQCache</a>, <a href="ntqdict.html#clear">TQDict</a>, <a href="ntqintcache.html#clear">TQIntCache</a>, <a href="ntqintdict.html#clear">TQIntDict</a>, <a href="tqptrlist.html#clear">TQPtrList</a>, <a href="tqptrdict.html#clear">TQPtrDict</a>, and <a href="tqptrvector.html#clear">TQPtrVector</a>.
+<p>Reimplemented in <a href="tqasciicache.html#clear">TQAsciiCache</a>, <a href="tqasciidict.html#clear">TQAsciiDict</a>, <a href="tqcache.html#clear">TQCache</a>, <a href="tqdict.html#clear">TQDict</a>, <a href="tqintcache.html#clear">TQIntCache</a>, <a href="tqintdict.html#clear">TQIntDict</a>, <a href="tqptrlist.html#clear">TQPtrList</a>, <a href="tqptrdict.html#clear">TQPtrDict</a>, and <a href="tqptrvector.html#clear">TQPtrVector</a>.
<h3 class=fn>uint <a name="count"></a>TQPtrCollection::count () const<tt> [pure virtual]</tt>
</h3>
<p> Returns the number of objects in the collection.
-<p>Reimplemented in <a href="ntqasciicache.html#count">TQAsciiCache</a>, <a href="ntqasciidict.html#count">TQAsciiDict</a>, <a href="ntqcache.html#count">TQCache</a>, <a href="ntqdict.html#count">TQDict</a>, <a href="ntqintcache.html#count">TQIntCache</a>, <a href="ntqintdict.html#count">TQIntDict</a>, <a href="tqptrlist.html#count">TQPtrList</a>, <a href="tqptrdict.html#count">TQPtrDict</a>, and <a href="tqptrvector.html#count">TQPtrVector</a>.
+<p>Reimplemented in <a href="tqasciicache.html#count">TQAsciiCache</a>, <a href="tqasciidict.html#count">TQAsciiDict</a>, <a href="tqcache.html#count">TQCache</a>, <a href="tqdict.html#count">TQDict</a>, <a href="tqintcache.html#count">TQIntCache</a>, <a href="tqintdict.html#count">TQIntDict</a>, <a href="tqptrlist.html#count">TQPtrList</a>, <a href="tqptrdict.html#count">TQPtrDict</a>, and <a href="tqptrvector.html#count">TQPtrVector</a>.
<h3 class=fn>void <a name="deleteItem"></a>TQPtrCollection::deleteItem ( <a href="tqptrcollection.html#Item">Item</a>&nbsp;d )<tt> [pure virtual protected]</tt>
</h3>