summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r--doc/html/ntqlistview.html48
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html
index 09def9db3..4c8bacc84 100644
--- a/doc/html/ntqlistview.html
+++ b/doc/html/ntqlistview.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQListView class implements a list/tree view.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qlistview-h.html">ntqlistview.h</a>&gt;</tt>
-<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>.
+<p>Inherits <a href="tqscrollview.html">TQScrollView</a>.
<p><a href="qlistview-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -187,7 +187,7 @@ select one or many items (depending on the <a href="#SelectionMode-enum">Selecti
sort the list in increasing or decreasing order by any column.
<p> The simplest pattern of use is to create a TQListView, add some
column headers using <a href="#addColumn">addColumn</a>() and create one or more
-<a href="qlistviewitem.html">TQListViewItem</a> or <a href="qchecklistitem.html">TQCheckListItem</a> objects with the TQListView as
+<a href="qlistviewitem.html">TQListViewItem</a> or <a href="tqchecklistitem.html">TQCheckListItem</a> objects with the TQListView as
parent:
<p>
@@ -231,16 +231,16 @@ they should be sorted. By default the list view is sorted
by the first column; to switch this off call <a href="#setSorting">setSorting</a>(-1).
</table></center>
<p> To handle events such as mouse presses on the list view, derived
-classes can reimplement the <a href="ntqscrollview.html">TQScrollView</a> functions:
-<a href="ntqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>,
-<a href="ntqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>,
-<a href="ntqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>,
-<a href="ntqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>,
-<a href="ntqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>,
-<a href="ntqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>,
-<a href="ntqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>,
-<a href="ntqscrollview.html#contentsDropEvent">contentsDropEvent</a>, and
-<a href="ntqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>.
+classes can reimplement the <a href="tqscrollview.html">TQScrollView</a> functions:
+<a href="tqscrollview.html#contentsMousePressEvent">contentsMousePressEvent</a>,
+<a href="tqscrollview.html#contentsMouseReleaseEvent">contentsMouseReleaseEvent</a>,
+<a href="tqscrollview.html#contentsMouseDoubleClickEvent">contentsMouseDoubleClickEvent</a>,
+<a href="tqscrollview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>,
+<a href="tqscrollview.html#contentsDragEnterEvent">contentsDragEnterEvent</a>,
+<a href="tqscrollview.html#contentsDragMoveEvent">contentsDragMoveEvent</a>,
+<a href="tqscrollview.html#contentsDragLeaveEvent">contentsDragLeaveEvent</a>,
+<a href="tqscrollview.html#contentsDropEvent">contentsDropEvent</a>, and
+<a href="tqscrollview.html#contentsWheelEvent">contentsWheelEvent</a>.
<p> There are also several functions for mapping between items and
coordinates. <a href="#itemAt">itemAt</a>() returns the item at a position on-screen,
<a href="#itemRect">itemRect</a>() returns the rectangle an item occupies on the screen,
@@ -329,7 +329,7 @@ change.
<p> <b>Warning:</b> The list view assumes ownership of all list view items
and will delete them when it does not need them any more.
<p> <img src=qlistview-m.png> <img src=qlistview-w.png>
-<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qchecklistitem.html">TQCheckListItem</a>, and <a href="advanced.html">Advanced Widgets</a>.
+<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="tqchecklistitem.html">TQCheckListItem</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="RenameAction-enum"></a>TQListView::RenameAction</h3>
@@ -505,25 +505,25 @@ See the <a href="ntqlistview.html#columns-prop">"columns"</a> property for detai
</h3>
Processes the mouse double-click event <em>e</em> on behalf of the viewed widget.
-<p>Reimplemented from <a href="ntqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#contentsMouseDoubleClickEvent">TQScrollView</a>.
<h3 class=fn>void <a name="contentsMouseMoveEvent"></a>TQListView::contentsMouseMoveEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Processes the mouse move event <em>e</em> on behalf of the viewed widget.
<p>Example: <a href="dirview-example.html#x1683">dirview/dirview.cpp</a>.
-<p>Reimplemented from <a href="ntqscrollview.html#contentsMouseMoveEvent">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#contentsMouseMoveEvent">TQScrollView</a>.
<h3 class=fn>void <a name="contentsMousePressEvent"></a>TQListView::contentsMousePressEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Processes the mouse press event <em>e</em> on behalf of the viewed widget.
<p>Example: <a href="dirview-example.html#x1684">dirview/dirview.cpp</a>.
-<p>Reimplemented from <a href="ntqscrollview.html#contentsMousePressEvent">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#contentsMousePressEvent">TQScrollView</a>.
<h3 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQListView::contentsMouseReleaseEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Processes the mouse release event <em>e</em> on behalf of the viewed widget.
<p>Example: <a href="dirview-example.html#x1685">dirview/dirview.cpp</a>.
-<p>Reimplemented from <a href="ntqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#contentsMouseReleaseEvent">TQScrollView</a>.
<h3 class=fn>void <a name="contextMenuRequested"></a>TQListView::contextMenuRequested ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos, int&nbsp;col )<tt> [signal]</tt>
</h3>
@@ -605,7 +605,7 @@ items that require repainting in the <em>cw</em> pixels wide and <em>ch</em>
pixels high bounding rectangle starting at position <em>cx</em>, <em>cy</em>
with offset <em>ox</em>, <em>oy</em>. Uses the painter <em>p</em>.
-<p>Reimplemented from <a href="ntqscrollview.html#drawContentsOffset">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#drawContentsOffset">TQScrollView</a>.
<h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="tqdropevent.html">TQDropEvent</a>&nbsp;*&nbsp;e )<tt> [signal]</tt>
</h3>
@@ -618,14 +618,14 @@ viewport (not onto an item).
Ensures that item <em>i</em> is visible, scrolling the list view
vertically if necessary and opening (expanding) any parent items
if this is required to show the item.
-<p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="ntqscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>().
+<p> <p>See also <a href="#itemRect">itemRect</a>() and <a href="tqscrollview.html#ensureVisible">TQScrollView::ensureVisible</a>().
<h3 class=fn>bool <a name="eventFilter"></a>TQListView::eventFilter ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o, <a href="tqevent.html">TQEvent</a>&nbsp;*&nbsp;e )<tt> [virtual]</tt>
</h3>
Redirects the event <em>e</em> relating to object <em>o</em>, for the viewport
to <a href="tqwidget.html#mousePressEvent">mousePressEvent</a>(), <a href="tqwidget.html#keyPressEvent">keyPressEvent</a>() and friends.
-<p>Reimplemented from <a href="ntqscrollview.html#eventFilter">TQScrollView</a>.
+<p>Reimplemented from <a href="tqscrollview.html#eventFilter">TQScrollView</a>.
<h3 class=fn>void <a name="expanded"></a>TQListView::expanded ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;item )<tt> [signal]</tt>
</h3>
@@ -705,7 +705,7 @@ returns FALSE.
<h3 class=fn><a href="qlistviewitem.html">TQListViewItem</a>&nbsp;* <a name="itemAt"></a>TQListView::itemAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;viewPos ) const
</h3>
Returns the list view item at <em>viewPos</em>. Note that <em>viewPos</em> is
-in the <a href="ntqscrollview.html#viewport">viewport</a>()'s coordinate system, not in the list view's own,
+in the <a href="tqscrollview.html#viewport">viewport</a>()'s coordinate system, not in the list view's own,
much larger, coordinate system.
<p> <a href="#itemAt">itemAt</a>() returns 0 if there is no such item.
<p> Note that you also get the pointer to the item if <em>viewPos</em>
@@ -728,7 +728,7 @@ of the item, you can do something like this:
where the user clicked and if you want to start a drag (which you
do not want to do if the user clicked onto the root decoration of
an item).
-<p> <p>See also <a href="#itemPos">itemPos</a>(), <a href="#itemRect">itemRect</a>(), and <a href="ntqscrollview.html#viewportToContents">viewportToContents</a>().
+<p> <p>See also <a href="#itemPos">itemPos</a>(), <a href="#itemRect">itemRect</a>(), and <a href="tqscrollview.html#viewportToContents">viewportToContents</a>().
<h3 class=fn>int <a name="itemMargin"></a>TQListView::itemMargin () const
</h3><p>Returns the advisory item margin that list items may use.
@@ -745,7 +745,7 @@ items on the screen.
<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListView::itemRect ( const&nbsp;<a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;i ) const
</h3>
Returns the rectangle on the screen that item <em>i</em> occupies in
-<a href="ntqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>i</em> is 0 or
+<a href="tqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>i</em> is 0 or
is not currently visible.
<p> The rectangle returned does not include any children of the
rectangle (i.e. it uses <a href="qlistviewitem.html#height">TQListViewItem::height</a>(), rather than
@@ -824,7 +824,7 @@ Paints <em>rect</em> so that it looks like empty background using
painter <em>p</em>. <em>rect</em> is in widget coordinates, ready to be fed to
<em>p</em>.
<p> The default function fills <em>rect</em> with the
-<a href="ntqscrollview.html#viewport">viewport</a>()->backgroundBrush().
+<a href="tqscrollview.html#viewport">viewport</a>()->backgroundBrush().
<h3 class=fn>void <a name="pressed"></a>TQListView::pressed ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;item )<tt> [signal]</tt>
</h3>