diff options
Diffstat (limited to 'doc/html/ntqiconview.html')
-rw-r--r-- | doc/html/ntqiconview.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqiconview.html b/doc/html/ntqiconview.html index 937ed06a3..b1d6f5b48 100644 --- a/doc/html/ntqiconview.html +++ b/doc/html/ntqiconview.html @@ -279,7 +279,7 @@ item's pixmap and returned that instead. <p> TQIconViews and their TQIconViewItems can also be the targets of drag and drops. To make the TQIconView itself able to accept drops connect to the <a href="#dropped">dropped</a>() signal. When a drop occurs this signal will be -emitted with a TQDragEvent and a <a href="ntqvaluelist.html">TQValueList</a> of TQIconDragItems. To +emitted with a TQDragEvent and a <a href="tqvaluelist.html">TQValueList</a> of TQIconDragItems. To make a <a href="qiconviewitem.html">TQIconViewItem</a> into a drop target subclass TQIconViewItem and reimplement <a href="qiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop</a>() and <a href="qiconviewitem.html#dropped">TQIconViewItem::dropped</a>(). @@ -291,7 +291,7 @@ reimplement <a href="qiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop</ return FALSE; } - void MyIconViewItem::dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem>& ) + void MyIconViewItem::dropped( <a href="qdropevent.html">TQDropEvent</a> *evt, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem>& ) { <a href="ntqstring.html">TQString</a> label; if ( TQTextDrag::<a href="qtextdrag.html#decode">decode</a>( evt, label ) ) @@ -319,7 +319,7 @@ functions. connect to the <a href="#dropped">dropped</a>() signal and reimplement <a href="qiconviewitem.html#acceptDrop">TQIconViewItem::acceptDrop</a>() and <a href="qiconviewitem.html#dropped">TQIconViewItem::dropped</a>(). If you've used a <a href="qicondrag.html">TQIconDrag</a> (or a subclass of it) the second argument to the -dropped signal contains a <a href="ntqvaluelist.html">TQValueList</a> of TQIconDragItems -- you can +dropped signal contains a <a href="tqvaluelist.html">TQValueList</a> of TQIconDragItems -- you can access their data by calling <a href="qicondragitem.html#data">TQIconDragItem::data</a>() on each one. <p> For an example implementation of complex drag-and-drop look at the fileiconview example (qt/examples/fileiconview). @@ -506,7 +506,7 @@ backgrounds. </h3> Draws the rubber band using the painter <em>p</em>. -<h3 class=fn>void <a name="dropped"></a>TQIconView::dropped ( <a href="qdropevent.html">TQDropEvent</a> * e, const <a href="ntqvaluelist.html">TQValueList</a><TQIconDragItem> & lst )<tt> [signal]</tt> +<h3 class=fn>void <a name="dropped"></a>TQIconView::dropped ( <a href="qdropevent.html">TQDropEvent</a> * e, const <a href="tqvaluelist.html">TQValueList</a><TQIconDragItem> & lst )<tt> [signal]</tt> </h3> <p> This signal is emitted when a drop event occurs in the viewport |