diff options
Diffstat (limited to 'doc/html/tqtextdrag.html')
-rw-r--r-- | doc/html/tqtextdrag.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqtextdrag.html b/doc/html/tqtextdrag.html index d8fa395a6..ee5f50cd3 100644 --- a/doc/html/tqtextdrag.html +++ b/doc/html/tqtextdrag.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:676 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqdragobject.cpp:676 --> <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 TQTextDrag class is a drag and drop object for transferring plain and Unicode text. <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="tqtextdrag-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -62,7 +62,7 @@ transferring plain and Unicode text. the newlines according to the runtime environment, e.g. LF on Unix, and CRLF on Windows. <p> TQt provides no built-in mechanism for delivering only a single-line. -<p> For more information about drag and drop, see the <a href="ntqdragobject.html">TQDragObject</a> class +<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>. @@ -81,21 +81,21 @@ drag source; <em>name</em> is the object name. Destroys the text drag object and frees up all allocated resources. -<h3 class=fn>bool <a name="canDecode"></a>TQTextDrag::canDecode ( const <a href="qmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> +<h3 class=fn>bool <a name="canDecode"></a>TQTextDrag::canDecode ( const <a href="tqmimesource.html">TQMimeSource</a> * e )<tt> [static]</tt> </h3> Returns TRUE if the information in <em>e</em> can be decoded into a <a href="tqstring.html">TQString</a>; otherwise returns FALSE. <p> <p>See also <a href="#decode">decode</a>(). <p>Example: <a href="simple_dd-example.html#x2827">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>bool <a name="decode"></a>TQTextDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode"></a>TQTextDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str )<tt> [static]</tt> </h3> Attempts to decode the dropped information in <em>e</em> into <em>str</em>. Returns TRUE if successful; otherwise returns FALSE. <p> <p>See also <a href="#canDecode">canDecode</a>(). <p>Example: <a href="simple_dd-example.html#x2828">iconview/simple_dd/main.cpp</a>. -<h3 class=fn>bool <a name="decode-2"></a>TQTextDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str, <a href="ntqcstring.html">TQCString</a> & subtype )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode-2"></a>TQTextDrag::decode ( const <a href="tqmimesource.html">TQMimeSource</a> * e, <a href="tqstring.html">TQString</a> & str, <a href="ntqcstring.html">TQCString</a> & subtype )<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 <em>e</em> into <em>str</em>. |