diff options
Diffstat (limited to 'doc/html/ntqasciidict.html')
-rw-r--r-- | doc/html/ntqasciidict.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/ntqasciidict.html b/doc/html/ntqasciidict.html index 460792d7f..7c74e2021 100644 --- a/doc/html/ntqasciidict.html +++ b/doc/html/ntqasciidict.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQAsciiDict class is a template class that provides a dictionary based on char* keys. <a href="#details">More...</a> <p><tt>#include <<a href="qasciidict-h.html">ntqasciidict.h</a>></tt> -<p>Inherits <a href="ntqptrcollection.html">TQPtrCollection</a>. +<p>Inherits <a href="tqptrcollection.html">TQPtrCollection</a>. <p><a href="qasciidict-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -107,10 +107,10 @@ performace as a TQAsciiDict. In this example we use a dictionary to keep track of the line edits we're using. We insert each line edit into the dictionary with a unique name and then access the line edits via the -dictionary. See <a href="ntqptrdict.html">TQPtrDict</a>, <a href="ntqintdict.html">TQIntDict</a> and <a href="ntqdict.html">TQDict</a>. +dictionary. See <a href="tqptrdict.html">TQPtrDict</a>, <a href="ntqintdict.html">TQIntDict</a> and <a href="ntqdict.html">TQDict</a>. <p> See TQDict for full details, including the choice of dictionary size, and how deletions are handled. -<p> <p>See also <a href="qasciidictiterator.html">TQAsciiDictIterator</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqintdict.html">TQIntDict</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="qasciidictiterator.html">TQAsciiDictIterator</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqintdict.html">TQIntDict</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="TQAsciiDict"></a>TQAsciiDict::TQAsciiDict ( int size = 17, bool caseSensitive = TRUE, bool copyKeys = TRUE ) @@ -141,30 +141,30 @@ pointers are copied (shallow copy). <p> Removes all items from the dictionary and destroys it. <p> The items are deleted if auto-delete is enabled. <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>TQAsciiDict::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 operate on dictionary are 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>TQAsciiDict::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>TQAsciiDict::find ( const char * key ) const </h3> @@ -200,7 +200,7 @@ otherwise it returns FALSE. 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>TQAsciiDict::operator[] ( const char * key ) const </h3> @@ -214,7 +214,7 @@ was most recently inserted 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>TQAsciiDict::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>TQAsciiDict::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 @@ -230,10 +230,10 @@ Returns TRUE if successful, i.e. if the key existed 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 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>(). <h3 class=fn>void <a name="replace"></a>TQAsciiDict::replace ( const char * key, const type * item ) </h3> @@ -276,7 +276,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>TQAsciiDict::size () const @@ -296,16 +296,16 @@ 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 traversal 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>(). -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="write"></a>TQAsciiDict::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>TQAsciiDict::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 |