diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 13:06:00 +0900 |
commit | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch) | |
tree | 16062922d35b5e0153b9f866e440f36603bd4f55 /doc/html/tqiconviewitem.html | |
parent | 7552c6d73043b1040139033f6864db48ae5446cf (diff) | |
download | tqt-628b0bb7.tar.gz tqt-628b0bb7.zip |
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |