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/tqobject.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r-- | doc/html/tqobject.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 43c77e4d4..58f4792c0 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -158,7 +158,7 @@ certain functions to exhibit undefined behaviour. <a href="#isWidgetType">isWidgetType</a>() returns whether an object is actually a widget. It is much faster than <a href="#inherits">inherits</a>( "TQWidget" ). <p> Some TQObject functions, e.g. <a href="#children">children</a>(), <a href="#objectTrees">objectTrees</a>() and -<a href="#queryList">queryList</a>() return a <a href="tqobjectlist.html">TQObjectList</a>. A TQObjectList is a <a href="ntqptrlist.html">TQPtrList</a> of +<a href="#queryList">queryList</a>() return a <a href="tqobjectlist.html">TQObjectList</a>. A TQObjectList is a <a href="tqptrlist.html">TQPtrList</a> of TQObjects. TQObjectLists support the same operations as TQPtrLists and have an iterator class, TQObjectListIt. <p>See also <a href="objectmodel.html">Object Model</a>. @@ -255,8 +255,8 @@ in functions that depend on the state. One notable example is children. <p> The <a href="tqobjectlist.html">TQObjectList</a> class is defined in the <a href="tqobjectlist-h.html">tqobjectlist.h</a> header file. -<p> The first child added is the <a href="ntqptrlist.html#first">first</a> -object in the list and the last child added is the <a href="ntqptrlist.html#last">last</a> object in the list, i.e. new +<p> The first child added is the <a href="tqptrlist.html#first">first</a> +object in the list and the last child added is the <a href="tqptrlist.html#last">last</a> object in the list, i.e. new children are appended at the end. <p> Note that the list order changes when <a href="tqwidget.html">TQWidget</a> children are <a href="tqwidget.html#raise">raised</a> or <a href="tqwidget.html#lower">lowered.</a> A widget that is raised becomes the last object in the list, and a widget that is lowered becomes the first object @@ -710,8 +710,8 @@ Returns a pointer to the list of all object trees (their root objects), or 0 if there are no objects. <p> The <a href="tqobjectlist.html">TQObjectList</a> class is defined in the <a href="tqobjectlist-h.html">tqobjectlist.h</a> header file. -<p> The most recent root object created is the <a href="ntqptrlist.html#first">first</a> object in the list and the first root object added -is the <a href="ntqptrlist.html#last">last</a> object in the list. +<p> The most recent root object created is the <a href="tqptrlist.html#first">first</a> object in the list and the first root object added +is the <a href="tqptrlist.html#last">last</a> object in the list. <p> <p>See also <a href="#children">children</a>(), <a href="#parent">parent</a>(), <a href="#insertChild">insertChild</a>(), and <a href="#removeChild">removeChild</a>(). <h3 class=fn><a href="tqobject.html">TQObject</a> * <a name="parent"></a>TQObject::parent () const |