diff options
Diffstat (limited to 'doc/html/ntqlistview.html')
-rw-r--r-- | doc/html/ntqlistview.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqlistview.html b/doc/html/ntqlistview.html index 30e8d26f5..47f9ad0ef 100644 --- a/doc/html/ntqlistview.html +++ b/doc/html/ntqlistview.html @@ -588,14 +588,14 @@ emitted on the second button press, not the second button release. <em>item</em> is the list view item on which the user did the double-click. -<h3 class=fn><a href="ntqdragobject.html">TQDragObject</a> * <a name="dragObject"></a>TQListView::dragObject ()<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqdragobject.html">TQDragObject</a> * <a name="dragObject"></a>TQListView::dragObject ()<tt> [virtual protected]</tt> </h3> If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see <a href="qlistviewitem.html#setDragEnabled">TQListViewItem::setDragEnabled</a>()), this function is called to get a drag object and a drag is started unless <a href="#dragObject">dragObject</a>() returns 0. <p> By default this function returns 0. You should reimplement it and -create a <a href="ntqdragobject.html">TQDragObject</a> depending on the selected items. +create a <a href="tqdragobject.html">TQDragObject</a> depending on the selected items. <h3 class=fn>void <a name="drawContentsOffset"></a>TQListView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int ox, int oy, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> @@ -606,7 +606,7 @@ 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>. -<h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="qdropevent.html">TQDropEvent</a> * e )<tt> [signal]</tt> +<h3 class=fn>void <a name="dropped"></a>TQListView::dropped ( <a href="tqdropevent.html">TQDropEvent</a> * e )<tt> [signal]</tt> </h3> <p> This signal is emitted, when a drop event occurred on the |