diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/tqobjectlist.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt-0881ed50.tar.gz tqt-0881ed50.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqobjectlist.html')
-rw-r--r-- | doc/html/tqobjectlist.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tqobjectlist.html b/doc/html/tqobjectlist.html index 0b4a92539..28d8c4d4c 100644 --- a/doc/html/tqobjectlist.html +++ b/doc/html/tqobjectlist.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQObjectList class is a TQPtrList of TQObjects. <a href="#details">More...</a> <p><tt>#include <<a href="tqobjectlist-h.html">tqobjectlist.h</a>></tt> -<p>Inherits <a href="ntqptrlist.html">TQPtrList</a><TQObject>. +<p>Inherits <a href="tqptrlist.html">TQPtrList</a><TQObject>. <p><a href="tqobjectlist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -46,11 +46,11 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQObjectList class is a <a href="ntqptrlist.html">TQPtrList</a> of TQObjects. +The TQObjectList class is a <a href="tqptrlist.html">TQPtrList</a> of TQObjects. <p> -<p> A TQObjectList is a <a href="ntqptrlist.html">TQPtrList<TQObject></a>. The list can be traversed using -inherited functions, e.g. <a href="ntqptrlist.html#getFirst">getFirst</a>(), <a href="ntqptrlist.html#next">next</a>(), etc., or using a +<p> A TQObjectList is a <a href="tqptrlist.html">TQPtrList<TQObject></a>. The list can be traversed using +inherited functions, e.g. <a href="tqptrlist.html#getFirst">getFirst</a>(), <a href="tqptrlist.html#next">next</a>(), etc., or using a <a href="tqobjectlistiterator.html">TQObjectListIterator</a> iterator. <p> See <a href="tqobject.html#queryList">TQObject::queryList</a>() for an example of use. <p> <p>See also <a href="tqobjectlistiterator.html">TQObjectListIterator</a>, <a href="tqobject.html">TQObject</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. @@ -65,7 +65,7 @@ inherited functions, e.g. <a href="ntqptrlist.html#getFirst">getFirst</a>(), <a </h3> <p> Constructs a copy of <em>list</em>. -<p> Each item in <em>list</em> is <a href="ntqptrlist.html#append">appended</a> to this +<p> Each item in <em>list</em> is <a href="tqptrlist.html#append">appended</a> to this list. Only the pointers are copied (shallow copy). <h3 class=fn><a name="~TQObjectList"></a>TQObjectList::~TQObjectList () @@ -74,14 +74,14 @@ list. Only the pointers are copied (shallow copy). <p> Removes all the object pointers from the list and destroys the list. <p> All list iterators that access this list will be reset. -<p> <p>See also <a href="ntqptrcollection.html#setAutoDelete">setAutoDelete</a>(). +<p> <p>See also <a href="tqptrcollection.html#setAutoDelete">setAutoDelete</a>(). <h3 class=fn><a href="tqobjectlist.html">TQObjectList</a> & <a name="operator-eq"></a>TQObjectList::operator= ( const <a href="tqobjectlist.html">TQObjectList</a> & list ) </h3> <p> Assigns <em>list</em> to this list and returns a reference to this list. -<p> This list is first cleared and then each item in <em>list</em> is <a href="ntqptrlist.html#append">appended</a> to this list. Only the pointers are -copied (shallow copy) unless <a href="ntqptrcollection.html#newItem">newItem</a>() has been reimplemented(). +<p> This list is first cleared and then each item in <em>list</em> is <a href="tqptrlist.html#append">appended</a> to this list. Only the pointers are +copied (shallow copy) unless <a href="tqptrcollection.html#newItem">newItem</a>() has been reimplemented(). <!-- eof --> <hr><p> |