diff options
Diffstat (limited to 'doc/html/ntqstrlist.html')
-rw-r--r-- | doc/html/ntqstrlist.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqstrlist.html b/doc/html/ntqstrlist.html index 1c2db91ab..a5a72f043 100644 --- a/doc/html/ntqstrlist.html +++ b/doc/html/ntqstrlist.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/qptrlist.doc:1044 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/doc/tqptrlist.doc:1044 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQStrList class provides a doubly-linked list of char*. <a href="#details">More...</a> <p><tt>#include <<a href="qstrlist-h.html">ntqstrlist.h</a>></tt> -<p>Inherits <a href="ntqptrlist.html">TQPtrList</a><char>. +<p>Inherits <a href="tqptrlist.html">TQPtrList</a><char>. <p>Inherited by <a href="qstrilist.html">TQStrIList</a>. <p><a href="qstrlist-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -52,7 +52,7 @@ The TQStrList class provides a doubly-linked list of char*. <p> If you want a string list of <a href="ntqstring.html">TQString</a>s use <a href="ntqstringlist.html">TQStringList</a>. -<p> This class is a <a href="ntqptrlist.html">TQPtrList</a><char> instance (a list of char*). +<p> This class is a <a href="tqptrlist.html">TQPtrList</a><char> instance (a list of char*). <p> TQStrList can make deep or shallow copies of the strings that are inserted. <p> A <a href="shclass.html#deep-copy">deep copy</a> means that memory is allocated for the string and then @@ -67,12 +67,12 @@ shallow copies is that they consume far less memory than deep copies. It is also much faster to copy a pointer (typically 4 or 8 bytes) than to copy string data. <p> A TQStrList that operates on deep copies will, by default, turn on -auto-deletion (see <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>()). Thus, by default TQStrList +auto-deletion (see <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>()). Thus, by default TQStrList will deallocate any string copies it allocates. -<p> The virtual <a href="ntqptrlist.html#compareItems">compareItems</a>() function is reimplemented and does a -case-sensitive string comparison. The <a href="ntqptrlist.html#inSort">inSort</a>() function will +<p> The virtual <a href="tqptrlist.html#compareItems">compareItems</a>() function is reimplemented and does a +case-sensitive string comparison. The <a href="tqptrlist.html#inSort">inSort</a>() function will insert strings in sorted order. In general it is fastest to insert -the strings as they come and <a href="ntqptrlist.html#sort">sort</a>() at the end; inSort() is useful +the strings as they come and <a href="tqptrlist.html#sort">sort</a>() at the end; inSort() is useful when you just have to add a few extra strings to an already sorted list. <p> The <a href="qstrlistiterator.html">TQStrListIterator</a> class is an iterator for TQStrList. |