diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdictiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdictiterator.html')
-rw-r--r-- | doc/html/qdictiterator.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qdictiterator.html b/doc/html/qdictiterator.html index 1cee2bc5d..e4721dca7 100644 --- a/doc/html/qdictiterator.html +++ b/doc/html/qdictiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQDictIterator class provides an iterator for TQDict collections. <a href="#details">More...</a> -<p><tt>#include <<a href="qdict-h.html">qdict.h</a>></tt> +<p><tt>#include <<a href="qdict-h.html">ntqdict.h</a>></tt> <p><a href="qdictiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,7 +51,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQDictIterator class provides an iterator for <a href="qdict.html">TQDict</a> collections. +The TQDictIterator class provides an iterator for <a href="ntqdict.html">TQDict</a> collections. <p> <p> TQDictIterator is implemented as a template class. Define a @@ -67,10 +67,10 @@ updates all iterators that are referring to the removed item to point to the next item in the (arbitrary) traversal order. <p> Example: <pre> - <a href="qdict.html">TQDict</a><TQLineEdit> fields; - fields.<a href="qdict.html#insert">insert</a>( "forename", new <a href="qlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="qdict.html#insert">insert</a>( "surname", new <a href="qlineedit.html">TQLineEdit</a>( this ) ); - fields.<a href="qdict.html#insert">insert</a>( "age", new <a href="qlineedit.html">TQLineEdit</a>( this ) ); + <a href="ntqdict.html">TQDict</a><TQLineEdit> fields; + fields.<a href="ntqdict.html#insert">insert</a>( "forename", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="ntqdict.html#insert">insert</a>( "surname", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="ntqdict.html#insert">insert</a>( "age", new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); fields["forename"]->setText( "Homer" ); fields["surname"]->setText( "Simpson" ); @@ -90,10 +90,10 @@ point to the next item in the (arbitrary) traversal order. In the example we insert some pointers to line edits into a dictionary, then iterate over the dictionary printing the strings associated with the line edits. -<p> <p>See also <a href="qdict.html">TQDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="ntqdict.html">TQDict</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="TQDictIterator"></a>TQDictIterator::TQDictIterator ( const <a href="qdict.html">TQDict</a><type> & dict ) +<h3 class=fn><a name="TQDictIterator"></a>TQDictIterator::TQDictIterator ( const <a href="ntqdict.html">TQDict</a><type> & dict ) </h3> <p> Constructs an iterator for <em>dict</em>. The current iterator item is @@ -117,7 +117,7 @@ iterator is operating. <p> Returns a pointer to the current iterator item's value. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="currentKey"></a>TQDictIterator::currentKey () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentKey"></a>TQDictIterator::currentKey () const </h3> <p> Returns the current iterator item's key. |