diff options
Diffstat (limited to 'doc/html/tqiconviewitem.html')
-rw-r--r-- | doc/html/tqiconviewitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqiconviewitem.html b/doc/html/tqiconviewitem.html index d458939d8..b0b51f650 100644 --- a/doc/html/tqiconviewitem.html +++ b/doc/html/tqiconviewitem.html @@ -209,10 +209,10 @@ the icon view item <em>after</em>. Destroys the icon view item and tells the parent icon view that the item has been destroyed. -<h3 class=fn>bool <a name="acceptDrop"></a>TQIconViewItem::acceptDrop ( const <a href="qmimesource.html">TQMimeSource</a> * mime ) const<tt> [virtual]</tt> +<h3 class=fn>bool <a name="acceptDrop"></a>TQIconViewItem::acceptDrop ( const <a href="tqmimesource.html">TQMimeSource</a> * mime ) const<tt> [virtual]</tt> </h3> -<p> Returns TRUE if you can drop things with a <a href="qmimesource.html">TQMimeSource</a> of <em>mime</em> +<p> Returns TRUE if you can drop things with a <a href="tqmimesource.html">TQMimeSource</a> of <em>mime</em> onto this item; otherwise returns FALSE. <p> The default implementation always returns FALSE. You must subclass TQIconViewItem and reimplement <a href="#acceptDrop">acceptDrop</a>() to accept drops. @@ -277,7 +277,7 @@ Returns TRUE if the user is allowed to drop something onto the item; otherwise returns FALSE. <p> <p>See also <a href="#setDropEnabled">setDropEnabled</a>(). -<h3 class=fn>void <a name="dropped"></a>TQIconViewItem::dropped ( <a href="qdropevent.html">TQDropEvent</a> * e, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem> & lst )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="dropped"></a>TQIconViewItem::dropped ( <a href="tqdropevent.html">TQDropEvent</a> * e, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem> & lst )<tt> [virtual protected]</tt> </h3> <p> This function is called when something is dropped on the item. <em>e</em> provides all the information about the drop. If the drag object |