diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-06 17:00:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-07 10:28:19 +0900 |
commit | bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a (patch) | |
tree | f34d57c9879101d3f64f6044d66b0e762622d57d /doc/html/ntqptrlist.html | |
parent | a8466ab3bb55c8c1717ca8f3bcc7cf5b225a43aa (diff) | |
download | tqt3-bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a.tar.gz tqt3-bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a.zip |
Drop Qt2's TQSemiModal and TQSortedList classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqptrlist.html')
-rw-r--r-- | doc/html/ntqptrlist.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/html/ntqptrlist.html b/doc/html/ntqptrlist.html index 305b49949..9307d8396 100644 --- a/doc/html/ntqptrlist.html +++ b/doc/html/ntqptrlist.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="qptrlist-h.html">ntqptrlist.h</a>></tt> <p>Inherits <a href="ntqptrcollection.html">TQPtrCollection</a>. -<p>Inherited by <a href="ntqobjectlist.html">TQObjectList</a>, <a href="ntqsortedlist.html">TQSortedList</a>, and <a href="ntqstrlist.html">TQStrList</a>. +<p>Inherited by <a href="ntqobjectlist.html">TQObjectList</a> and <a href="ntqstrlist.html">TQStrList</a>. <p><a href="qptrlist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -660,9 +660,6 @@ function. <p> The heap sort algorithm is used for sorting. It sorts n items with O(n*log n) comparisons. This is the asymptotic optimal solution of the sorting problem. -<p> If the items in your list support <a href="ntqcstring.html#operator-lt-2">operator<</a>() and <a href="#operator-eq-eq">operator==</a>(), -you might be better off with TQSortedList because it implements the -compareItems() function for you using these two operators. <p> <p>See also <a href="#inSort">inSort</a>(). <h3 class=fn>type * <a name="take"></a>TQPtrList::take ( uint index ) |