diff options
Diffstat (limited to 'doc/html/tqimagedrag.html')
-rw-r--r-- | doc/html/tqimagedrag.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqimagedrag.html b/doc/html/tqimagedrag.html index ca3c5448f..8575886ae 100644 --- a/doc/html/tqimagedrag.html +++ b/doc/html/tqimagedrag.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qdragobject.cpp:981 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqdragobject.cpp:981 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQImageDrag class provides a drag and drop object for transferring images. <a href="#details">More...</a> -<p><tt>#include <<a href="qdragobject-h.html">ntqdragobject.h</a>></tt> -<p>Inherits <a href="ntqdragobject.html">TQDragObject</a>. +<p><tt>#include <<a href="tqdragobject-h.html">tqdragobject.h</a>></tt> +<p>Inherits <a href="tqdragobject.html">TQDragObject</a>. <p><a href="tqimagedrag-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -59,7 +59,7 @@ transferring images. <p> Images are offered to the receiving application in multiple formats, determined by TQt's <a href="tqimage.html#outputFormats">output formats</a>. -<p> For more information about drag and drop, see the <a href="ntqdragobject.html">TQDragObject</a> +<p> For more information about drag and drop, see the <a href="tqdragobject.html">TQDragObject</a> class and the <a href="dnd.html">drag and drop documentation</a>. <p>See also <a href="draganddrop.html">Drag And Drop Classes</a>. @@ -78,21 +78,21 @@ drag source; <em>name</em> is the object name. Destroys the image drag object and frees up all allocated resources. -<h3 class=fn>bool <a name="canDecode"></a>TQImageDrag::canDecode ( const <a href="qmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> +<h3 class=fn>bool <a name="canDecode"></a>TQImageDrag::canDecode ( const <a href="tqmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> </h3> Returns TRUE if the information in mime source <em>e</em> can be decoded into an image; otherwise returns FALSE. <p> <p>See also <a href="#decode">decode</a>(). <p>Example: <a href="desktop-example.html#x1731">desktop/desktop.cpp</a>. -<h3 class=fn>bool <a name="decode"></a>TQImageDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="tqimage.html">TQImage</a> & img )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode"></a>TQImageDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqimage.html">TQImage</a> & img )<tt> [static]</tt> </h3> Attempts to decode the dropped information in mime source <em>e</em> into <em>img</em>. Returns TRUE if successful; otherwise returns FALSE. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="desktop-example.html#x1732">desktop/desktop.cpp</a>. -<h3 class=fn>bool <a name="decode-2"></a>TQImageDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode-2"></a>TQImageDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="ntqpixmap.html">TQPixmap</a> & pm )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Attempts to decode the dropped information in mime source <em>e</em> |