diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qintdictiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qintdictiterator.html')
-rw-r--r-- | doc/html/qintdictiterator.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qintdictiterator.html b/doc/html/qintdictiterator.html index e54682b79..657a4926e 100644 --- a/doc/html/qintdictiterator.html +++ b/doc/html/qintdictiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQIntDictIterator class provides an iterator for TQIntDict collections. <a href="#details">More...</a> -<p><tt>#include <<a href="qintdict-h.html">qintdict.h</a>></tt> +<p><tt>#include <<a href="qintdict-h.html">ntqintdict.h</a>></tt> <p><a href="qintdictiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -52,7 +52,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQIntDictIterator class provides an iterator for <a href="qintdict.html">TQIntDict</a> collections. +The TQIntDictIterator class provides an iterator for <a href="ntqintdict.html">TQIntDict</a> collections. <p> <p> TQIntDictIterator is implemented as a template class. Define a @@ -60,9 +60,9 @@ template instance TQIntDictIterator<X> to create a dictionary iterator that operates on TQIntDict<X> (dictionary of X*). <p> Example: <pre> - <a href="qintdict.html">TQIntDict</a><TQLineEdit> fields; + <a href="ntqintdict.html">TQIntDict</a><TQLineEdit> fields; for ( int i = 0; i < 3; i++ ) - fields.<a href="qintdict.html#insert">insert</a>( i, new <a href="qlineedit.html">TQLineEdit</a>( this ) ); + fields.<a href="ntqintdict.html#insert">insert</a>( i, new <a href="ntqlineedit.html">TQLineEdit</a>( this ) ); fields[0]->setText( "Homer" ); fields[1]->setText( "Simpson" ); @@ -81,14 +81,14 @@ iterator that operates on TQIntDict<X> (dictionary of X*). <p> Note that the traversal order is arbitrary; you are not guaranteed the order shown above. <p> Multiple iterators may independently traverse the same dictionary. -A <a href="qintdict.html">TQIntDict</a> knows about all the iterators that are operating on the +A <a href="ntqintdict.html">TQIntDict</a> knows about all the iterators that are operating on the dictionary. When an item is removed from the dictionary, TQIntDict updates all iterators that refer the removed item to point to the next item in the traversal order. -<p> <p>See also <a href="qintdict.html">TQIntDict</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="ntqintdict.html">TQIntDict</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="TQIntDictIterator"></a>TQIntDictIterator::TQIntDictIterator ( const <a href="qintdict.html">TQIntDict</a><type> & dict ) +<h3 class=fn><a name="TQIntDictIterator"></a>TQIntDictIterator::TQIntDictIterator ( const <a href="ntqintdict.html">TQIntDict</a><type> & dict ) </h3> <p> Constructs an iterator for <em>dict</em>. The current iterator item is |