summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistview.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/tqlistview.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistview.html')
-rw-r--r--doc/html/tqlistview.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html
index 64469e7d..4e0cbc8f 100644
--- a/doc/html/tqlistview.html
+++ b/doc/html/tqlistview.html
@@ -501,24 +501,24 @@ Returns the <a href="#WidthMode-enum">WidthMode</a> for column <em>c</em>.
<h3 class=fn>int <a name="columns"></a>TQListView::columns () const
</h3><p>Returns the number of columns in this list view.
See the <a href="tqlistview.html#columns-prop">"columns"</a> property for details.
-<h3 class=fn>void <a name="contentsMouseDoubleClickEvent"></a>TQListView::contentsMouseDoubleClickEvent ( <a href="qmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="contentsMouseDoubleClickEvent"></a>TQListView::contentsMouseDoubleClickEvent ( <a href="tqmouseevent.html">TQMouseEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Processes the mouse double-click event <em>e</em> on behalf of the viewed widget.
<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 class=fn>void <a name="contentsMouseMoveEvent"></a>TQListView::contentsMouseMoveEvent ( <a href="tqmouseevent.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="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 class=fn>void <a name="contentsMousePressEvent"></a>TQListView::contentsMousePressEvent ( <a href="tqmouseevent.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="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 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQListView::contentsMouseReleaseEvent ( <a href="tqmouseevent.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.
@@ -867,7 +867,7 @@ list view will be cleared.
Repaints <em>item</em> on the screen if <em>item</em> is currently visible.
Takes care to avoid multiple repaints.
-<h3 class=fn>void <a name="resizeEvent"></a>TQListView::resizeEvent ( <a href="qresizeevent.html">TQResizeEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="resizeEvent"></a>TQListView::resizeEvent ( <a href="tqresizeevent.html">TQResizeEvent</a>&nbsp;*&nbsp;e )<tt> [virtual protected]</tt>
</h3>
Ensures that the header is correctly sized and positioned when the
resize event <em>e</em> occurs.