diff options
Diffstat (limited to 'doc/html/tqlistview.html')
-rw-r--r-- | doc/html/tqlistview.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqlistview.html b/doc/html/tqlistview.html index 64469e7d0..4e0cbc8f2 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> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="contentsMouseDoubleClickEvent"></a>TQListView::contentsMouseDoubleClickEvent ( <a href="tqmouseevent.html">TQMouseEvent</a> * 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> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="contentsMouseMoveEvent"></a>TQListView::contentsMouseMoveEvent ( <a href="tqmouseevent.html">TQMouseEvent</a> * 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> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="contentsMousePressEvent"></a>TQListView::contentsMousePressEvent ( <a href="tqmouseevent.html">TQMouseEvent</a> * 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> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="contentsMouseReleaseEvent"></a>TQListView::contentsMouseReleaseEvent ( <a href="tqmouseevent.html">TQMouseEvent</a> * 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> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="resizeEvent"></a>TQListView::resizeEvent ( <a href="tqresizeevent.html">TQResizeEvent</a> * e )<tt> [virtual protected]</tt> </h3> Ensures that the header is correctly sized and positioned when the resize event <em>e</em> occurs. |