summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqasciidict.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/ntqasciidict.html
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqasciidict.html')
-rw-r--r--doc/html/ntqasciidict.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/ntqasciidict.html b/doc/html/ntqasciidict.html
index 460792d7..7c74e202 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 &lt;<a href="qasciidict-h.html">ntqasciidict.h</a>&gt;</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&nbsp;size = 17, bool&nbsp;caseSensitive = TRUE, bool&nbsp;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&nbsp;char&nbsp;*&nbsp;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&nbsp;char&nbsp;*&nbsp;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>&nbsp;&amp; <a name="read"></a>TQAsciiDict::read ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqptrcollection.html#Item">TQPtrCollection::Item</a>&nbsp;&amp;&nbsp;item )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="read"></a>TQAsciiDict::read ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="tqptrcollection.html#Item">TQPtrCollection::Item</a>&nbsp;&amp;&nbsp;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&nbsp;char&nbsp;*&nbsp;key, const&nbsp;type&nbsp;*&nbsp;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>&nbsp;&amp; <a name="write"></a>TQAsciiDict::write ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="ntqptrcollection.html#Item">TQPtrCollection::Item</a> ) const<tt> [virtual protected]</tt>
+<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="write"></a>TQAsciiDict::write ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;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