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/qintcacheiterator.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qintcacheiterator.html')
-rw-r--r-- | doc/html/qintcacheiterator.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qintcacheiterator.html b/doc/html/qintcacheiterator.html index 0af1bfa52..bacc26b04 100644 --- a/doc/html/qintcacheiterator.html +++ b/doc/html/qintcacheiterator.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQIntCacheIterator class provides an iterator for TQIntCache collections. <a href="#details">More...</a> -<p><tt>#include <<a href="qintcache-h.html">qintcache.h</a>></tt> +<p><tt>#include <<a href="qintcache-h.html">ntqintcache.h</a>></tt> <p><a href="qintcacheiterator-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -58,7 +58,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQIntCacheIterator class provides an iterator for <a href="qintcache.html">TQIntCache</a> collections. +The TQIntCacheIterator class provides an iterator for <a href="ntqintcache.html">TQIntCache</a> collections. <p> <p> Note that the traversal order is arbitrary; you are not guaranteed @@ -76,10 +76,10 @@ TRUE if the iterator points to the first/last item in the cache; which returns the number of items in the cache. <p> Note that atFirst() and atLast() refer to the iterator's arbitrary ordering, not to the cache's internal least recently used list. -<p> <p>See also <a href="qintcache.html">TQIntCache</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="ntqintcache.html">TQIntCache</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="TQIntCacheIterator"></a>TQIntCacheIterator::TQIntCacheIterator ( const <a href="qintcache.html">TQIntCache</a><type> & cache ) +<h3 class=fn><a name="TQIntCacheIterator"></a>TQIntCacheIterator::TQIntCacheIterator ( const <a href="ntqintcache.html">TQIntCache</a><type> & cache ) </h3> <p> Constructs an iterator for <em>cache</em>. The current iterator item is |