summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistviewitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistviewitem.html')
-rw-r--r--doc/html/qlistviewitem.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qlistviewitem.html b/doc/html/qlistviewitem.html
index aaa38fac6..70dd424ef 100644
--- a/doc/html/qlistviewitem.html
+++ b/doc/html/qlistviewitem.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qlistview-h.html">ntqlistview.h</a>&gt;</tt>
<p>Inherits <a href="ntqt.html">TQt</a>.
-<p>Inherited by <a href="qchecklistitem.html">TQCheckListItem</a>.
+<p>Inherited by <a href="tqchecklistitem.html">TQCheckListItem</a>.
<p><a href="qlistviewitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -149,7 +149,7 @@ you can get a pointer to any TQListViewItem in a <a href="ntqlistview.html">TQLi
<p> If you call <tt>delete</tt> on a list view item, it will be deleted as
expected, and as usual for <a href="tqobject.html">TQObject</a>s, if it has any child items
(to any depth), all these will be deleted too.
-<p> <a href="qchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or
+<p> <a href="tqchecklistitem.html">TQCheckListItem</a>s are list view items that have a checkbox or
radio button and can be used in place of plain TQListViewItems.
<p> You can traverse the tree as if it were a doubly-linked list using
<a href="#itemAbove">itemAbove</a>() and <a href="#itemBelow">itemBelow</a>(); they return pointers to the items
@@ -209,7 +209,7 @@ technique to start up quickly: The files and subdirectories in a
directory aren't inserted into the tree until they're actually
needed.
<p> <center><img src="qlistviewitems.png" alt="List View Items"></center>
-<p> <p>See also <a href="qchecklistitem.html">TQCheckListItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>.
+<p> <p>See also <a href="tqchecklistitem.html">TQCheckListItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQListViewItem"></a>TQListViewItem::TQListViewItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent )
@@ -280,7 +280,7 @@ This virtual function is called whenever the user presses the mouse
on this item or presses Space on it.
<p> <p>See also <a href="#activatedPos">activatedPos</a>().
-<p>Reimplemented in <a href="qchecklistitem.html#activate">TQCheckListItem</a>.
+<p>Reimplemented in <a href="tqchecklistitem.html#activate">TQCheckListItem</a>.
<h3 class=fn>bool <a name="activatedPos"></a>TQListViewItem::activatedPos ( <a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [protected]</tt>
</h3>
When called from a reimplementation of <a href="#activate">activate</a>(), this function
@@ -553,7 +553,7 @@ painter <em>p</em> has the right font on entry.
<p> <p>See also <a href="#paintBranches">paintBranches</a>() and <a href="ntqlistview.html#drawContentsOffset">TQListView::drawContentsOffset</a>().
<p>Example: <a href="listviews-example.html#x157">listviews/listviews.cpp</a>.
-<p>Reimplemented in <a href="qchecklistitem.html#paintCell">TQCheckListItem</a>.
+<p>Reimplemented in <a href="tqchecklistitem.html#paintCell">TQCheckListItem</a>.
<h3 class=fn>void <a name="paintFocus"></a>TQListViewItem::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
</h3>
Paints a focus indicator on the rectangle <em>r</em> using painter <em>p</em>
@@ -561,7 +561,7 @@ and colors <em>cg</em>.
<p> <em>p</em> is already clipped.
<p> <p>See also <a href="#paintCell">paintCell</a>(), <a href="#paintBranches">paintBranches</a>(), and <a href="ntqlistview.html#allColumnsShowFocus-prop">TQListView::allColumnsShowFocus</a>.
-<p>Reimplemented in <a href="qchecklistitem.html#paintFocus">TQCheckListItem</a>.
+<p>Reimplemented in <a href="tqchecklistitem.html#paintFocus">TQCheckListItem</a>.
<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a>&nbsp;* <a name="parent"></a>TQListViewItem::parent () const
</h3>
Returns the parent of this item, or 0 if this item has no parent.
@@ -598,7 +598,7 @@ that you can distinguish between different kinds of list view
items. You should use values greater than 1000 to allow for
extensions to this class.
-<p>Reimplemented in <a href="qchecklistitem.html#rtti">TQCheckListItem</a>.
+<p>Reimplemented in <a href="tqchecklistitem.html#rtti">TQCheckListItem</a>.
<h3 class=fn>void <a name="setDragEnabled"></a>TQListViewItem::setDragEnabled ( bool&nbsp;allow )<tt> [virtual]</tt>
</h3>
If <em>allow</em> is TRUE, the list view starts a drag (see