diff options
Diffstat (limited to 'doc/html/ntqintdict.html')
-rw-r--r-- | doc/html/ntqintdict.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/ntqintdict.html b/doc/html/ntqintdict.html index 9b13c49e3..83339e183 100644 --- a/doc/html/ntqintdict.html +++ b/doc/html/ntqintdict.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQIntDict class is a template class that provides a dictionary based on long keys. <a href="#details">More...</a> <p><tt>#include <<a href="qintdict-h.html">ntqintdict.h</a>></tt> -<p>Inherits <a href="ntqptrcollection.html">TQPtrCollection</a>. +<p>Inherits <a href="tqptrcollection.html">TQPtrCollection</a>. <p><a href="qintdict-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -104,7 +104,7 @@ pointer. Dictionaries provide very fast insertion and lookup. <p> See <a href="ntqdict.html">TQDict</a> for full details, including the choice of dictionary size, and how deletions are handled. -<p> <p>See also <a href="qintdictiterator.html">TQIntDictIterator</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqasciidict.html">TQAsciiDict</a>, <a href="ntqptrdict.html">TQPtrDict</a>, <a href="collection.html">Collection Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="qintdictiterator.html">TQIntDictIterator</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqasciidict.html">TQAsciiDict</a>, <a href="tqptrdict.html">TQPtrDict</a>, <a href="collection.html">Collection Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQIntDict"></a>TQIntDict::TQIntDict ( int size = 17 ) @@ -127,30 +127,30 @@ pointers are copied (shallow copy). <p> Removes all items from the dictionary and destroys it. <p> All iterators that access this dictionary will be reset. -<p> <p>See also <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <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> <p>See also <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <h3 class=fn>void <a name="clear"></a>TQIntDict::clear ()<tt> [virtual]</tt> </h3> <p> Removes all items from the dictionary. -<p> The removed items are deleted if <a href="ntqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled. +<p> The removed items are deleted if <a href="tqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled. <p> All dictionary iterators that access this dictionary will be reset. -<p> <p>See also <a href="#remove">remove</a>(), <a href="#take">take</a>(), and <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="#remove">remove</a>(), <a href="#take">take</a>(), and <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). -<p>Reimplemented from <a href="ntqptrcollection.html#clear">TQPtrCollection</a>. +<p>Reimplemented from <a href="tqptrcollection.html#clear">TQPtrCollection</a>. <h3 class=fn>uint <a name="count"></a>TQIntDict::count () const<tt> [virtual]</tt> </h3> <p> Returns the number of items in the dictionary. <p> <p>See also <a href="#isEmpty">isEmpty</a>(). -<p>Reimplemented from <a href="ntqptrcollection.html#count">TQPtrCollection</a>. +<p>Reimplemented from <a href="tqptrcollection.html#count">TQPtrCollection</a>. <h3 class=fn>type * <a name="find"></a>TQIntDict::find ( long key ) const </h3> @@ -185,7 +185,7 @@ item will be accessible using <a href="#operator[]">operator[]</a>(). dictionary. <p> This dictionary is first cleared and then each item in <em>dict</em> is inserted into this dictionary. Only the pointers are copied -(shallow copy), unless <a href="ntqptrcollection.html#newItem">newItem</a>() has been reimplemented. +(shallow copy), unless <a href="tqptrcollection.html#newItem">newItem</a>() has been reimplemented. <h3 class=fn>type * <a name="operator[]"></a>TQIntDict::operator[] ( long key ) const </h3> @@ -197,7 +197,7 @@ recently inserted item will be found. <p> Equivalent to the <a href="#find">find</a>() function. <p> <p>See also <a href="#find">find</a>(). -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="read"></a>TQIntDict::read ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqptrcollection.html#Item">TQPtrCollection::Item</a> & item )<tt> [virtual protected]</tt> +<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="read"></a>TQIntDict::read ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> & item )<tt> [virtual protected]</tt> </h3> <p> Reads a dictionary item from the stream <em>s</em> and returns a @@ -213,11 +213,11 @@ 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="ntqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled. +<p> The removed item is deleted if <a href="tqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled. <p> All dictionary iterators that refer to the removed item will be set to point to the next item in the dictionary's traversal order. -<p> <p>See also <a href="#take">take</a>(), <a href="#clear">clear</a>(), and <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="#take">take</a>(), <a href="#clear">clear</a>(), and <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <p>Example: <a href="bigtable-example.html#x1287">table/bigtable/main.cpp</a>. <h3 class=fn>void <a name="replace"></a>TQIntDict::replace ( long key, const type * item ) @@ -263,7 +263,7 @@ with two collections deleting the same items. in subclasses. For example, a subclass that has a <a href="#remove">remove</a>() function will remove the item from its data structure, and if auto-delete is enabled, will also delete the item. -<p> <p>See also <a href="ntqptrcollection.html#autoDelete">autoDelete</a>(). +<p> <p>See also <a href="tqptrcollection.html#autoDelete">autoDelete</a>(). <p>Examples: <a href="grapher-nsplugin-example.html#x2769">grapher/grapher.cpp</a>, <a href="scribble-example.html#x924">scribble/scribble.cpp</a>, and <a href="bigtable-example.html#x1291">table/bigtable/main.cpp</a>. <h3 class=fn>uint <a name="size"></a>TQIntDict::size () const @@ -283,17 +283,17 @@ distribution using <a href="ntqapplication.html#qDebug">tqDebug</a>(). </h3> <p> Takes the item associated with <em>key</em> out of the dictionary -without deleting it (even if <a href="ntqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled). +without deleting it (even if <a href="tqptrcollection.html#setAutoDelete">auto-deletion</a> is enabled). <p> If there are two or more items with equal keys, then the most recently inserted item will be taken. <p> Returns a pointer to the item taken out, or 0 if the key does not exist in the dictionary. <p> All dictionary iterators that refer to the taken item will be set to point to the next item in the dictionary's traversing order. -<p> <p>See also <a href="#remove">remove</a>(), <a href="#clear">clear</a>(), and <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="#remove">remove</a>(), <a href="#clear">clear</a>(), and <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <p>Example: <a href="bigtable-example.html#x1289">table/bigtable/main.cpp</a>. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="write"></a>TQIntDict::write ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="ntqptrcollection.html#Item">TQPtrCollection::Item</a> ) const<tt> [virtual protected]</tt> +<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="write"></a>TQIntDict::write ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a> ) const<tt> [virtual protected]</tt> </h3> <p> Writes a dictionary item to the stream <em>s</em> and returns a |