diff options
Diffstat (limited to 'doc/html/tqptrlist.html')
-rw-r--r-- | doc/html/tqptrlist.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqptrlist.html b/doc/html/tqptrlist.html index 60fbd0805..6f1c4ea03 100644 --- a/doc/html/tqptrlist.html +++ b/doc/html/tqptrlist.html @@ -236,7 +236,7 @@ equivalent to <tt>insert( count(), item )</tt>. <p> <em>item</em> must not be 0. <p> <p>See also <a href="#insert">insert</a>(), <a href="#current">current</a>(), and <a href="#prepend">prepend</a>(). -<p>Examples: <a href="customlayout-example.html#x1500">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1518">customlayout/card.cpp</a>, <a href="customlayout-example.html#x1477">customlayout/flow.cpp</a>, <a href="grapher-nsplugin-example.html#x2770">grapher/grapher.cpp</a>, <a href="listviews-example.html#x160">listviews/listviews.cpp</a>, <a href="listviews-example.html#x131">listviews/listviews.h</a>, and <a href="qwerty-example.html#x387">qwerty/qwerty.cpp</a>. +<p>Examples: <a href="customlayout-example.html#x1500">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1518">customlayout/card.cpp</a>, <a href="customlayout-example.html#x1477">customlayout/flow.cpp</a>, <a href="listviews-example.html#x160">listviews/listviews.cpp</a>, <a href="listviews-example.html#x131">listviews/listviews.h</a>, and <a href="qwerty-example.html#x387">qwerty/qwerty.cpp</a>. <h3 class=fn>type * <a name="at"></a>TQPtrList::at ( uint index ) </h3> @@ -320,7 +320,7 @@ contains() compares <em>item</em> with each list item using <p> Returns the number of items in the list. <p> <p>See also <a href="#isEmpty">isEmpty</a>(). -<p>Examples: <a href="customlayout-example.html#x1502">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1520">customlayout/card.cpp</a>, <a href="customlayout-example.html#x1479">customlayout/flow.cpp</a>, <a href="dirview-example.html#x1699">dirview/dirview.cpp</a>, <a href="grapher-nsplugin-example.html#x2771">grapher/grapher.cpp</a>, <a href="mdi-example.html#x2054">mdi/application.cpp</a>, and <a href="qwerty-example.html#x389">qwerty/qwerty.cpp</a>. +<p>Examples: <a href="customlayout-example.html#x1502">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1520">customlayout/card.cpp</a>, <a href="customlayout-example.html#x1479">customlayout/flow.cpp</a>, <a href="dirview-example.html#x1699">dirview/dirview.cpp</a>, <a href="mdi-example.html#x2054">mdi/application.cpp</a> and <a href="qwerty-example.html#x389">qwerty/qwerty.cpp</a>. <p>Reimplemented from <a href="tqptrcollection.html#count">TQPtrCollection</a>. <h3 class=fn>type * <a name="current"></a>TQPtrList::current () const </h3> @@ -400,7 +400,7 @@ this function only compares the pointers. current list item; returns 0 if the list is empty. <p> <p>See also <a href="#getFirst">getFirst</a>(), <a href="#last">last</a>(), <a href="#next">next</a>(), <a href="#prev">prev</a>(), and <a href="#current">current</a>(). -<p>Examples: <a href="grapher-nsplugin-example.html#x2772">grapher/grapher.cpp</a>, <a href="listviews-example.html#x132">listviews/listviews.h</a>, and <a href="showimg-example.html#x1343">showimg/showimg.cpp</a>. +<p>Examples: <a href="listviews-example.html#x132">listviews/listviews.h</a> and <a href="showimg-example.html#x1343">showimg/showimg.cpp</a>. <h3 class=fn>type * <a name="getFirst"></a>TQPtrList::getFirst () const </h3> @@ -469,7 +469,7 @@ function call was the last item, the current item will be set to 0. If the current item was 0, this function does nothing. <p> <p>See also <a href="#first">first</a>(), <a href="#last">last</a>(), <a href="#prev">prev</a>(), and <a href="#current">current</a>(). -<p>Examples: <a href="grapher-nsplugin-example.html#x2773">grapher/grapher.cpp</a>, <a href="listviews-example.html#x133">listviews/listviews.h</a>, and <a href="showimg-example.html#x1344">showimg/showimg.cpp</a>. +<p>Examples: <a href="listviews-example.html#x133">listviews/listviews.h</a> and <a href="showimg-example.html#x1344">showimg/showimg.cpp</a>. <h3 class=fn>bool <a name="operator!-eq"></a>TQPtrList::operator!= ( const <a href="tqptrlist.html">TQPtrList</a><type> & list ) const </h3> @@ -651,7 +651,7 @@ function will remove the item from its data structure, and if auto-delete is enabled, will also delete the item. <p> <p>See also <a href="tqptrcollection.html#autoDelete">autoDelete</a>(). -<p>Examples: <a href="grapher-nsplugin-example.html#x2769">grapher/grapher.cpp</a>, <a href="scribble-example.html#x924">scribble/scribble.cpp</a>, and <a href="bigtable-example.html#x1291">table/bigtable/main.cpp</a>. +<p>Examples: <a href="scribble-example.html#x924">scribble/scribble.cpp</a> and <a href="bigtable-example.html#x1291">table/bigtable/main.cpp</a>. <h3 class=fn>void <a name="sort"></a>TQPtrList::sort () </h3> |