diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/quridrag.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/quridrag.html')
-rw-r--r-- | doc/html/quridrag.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/quridrag.html b/doc/html/quridrag.html index 35967eae9..6fa3c47d2 100644 --- a/doc/html/quridrag.html +++ b/doc/html/quridrag.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQUriDrag class provides a drag object for a list of URI references. <a href="#details">More...</a> -<p><tt>#include <<a href="qdragobject-h.html">qdragobject.h</a>></tt> +<p><tt>#include <<a href="qdragobject-h.html">ntqdragobject.h</a>></tt> <p>Inherits <a href="qstoreddrag.html">TQStoredDrag</a>. <p><a href="quridrag-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -80,15 +80,15 @@ You can also decode URIs from a mimesource into a list with <p>See also <a href="draganddrop.html">Drag And Drop Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQUriDrag"></a>TQUriDrag::TQUriDrag ( <a href="qstrlist.html">TQStrList</a> uris, <a href="qwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQUriDrag"></a>TQUriDrag::TQUriDrag ( <a href="ntqstrlist.html">TQStrList</a> uris, <a href="ntqwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) </h3> Constructs an object to drag the list of URIs in <em>uris</em>. The <em>dragSource</em> and <em>name</em> arguments are passed on to <a href="qstoreddrag.html">TQStoredDrag</a>. Note that URIs are always in escaped UTF8 encoding. -<h3 class=fn><a name="TQUriDrag-2"></a>TQUriDrag::TQUriDrag ( <a href="qwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) +<h3 class=fn><a name="TQUriDrag-2"></a>TQUriDrag::TQUriDrag ( <a href="ntqwidget.html">TQWidget</a> * dragSource = 0, const char * name = 0 ) </h3> Constructs an object to drag. You must call <a href="#setUris">setUris</a>() before you -start the <a href="qdragobject.html#drag">drag</a>(). Passes <em>dragSource</em> and <em>name</em> to the +start the <a href="ntqdragobject.html#drag">drag</a>(). Passes <em>dragSource</em> and <em>name</em> to the <a href="qstoreddrag.html">TQStoredDrag</a> constructor. <h3 class=fn><a name="~TQUriDrag"></a>TQUriDrag::~TQUriDrag () @@ -100,7 +100,7 @@ Destroys the object. Returns TRUE if <a href="#decode">decode</a>() would be able to decode <em>e</em>; otherwise returns FALSE. -<h3 class=fn>bool <a name="decode"></a>TQUriDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="qstrlist.html">TQStrList</a> & l )<tt> [static]</tt> +<h3 class=fn>bool <a name="decode"></a>TQUriDrag::decode ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="ntqstrlist.html">TQStrList</a> & l )<tt> [static]</tt> </h3> Decodes URIs from <em>e</em>, placing the result in <em>l</em> (which is first cleared). @@ -108,7 +108,7 @@ cleared). returns FALSE. <p>Example: <a href="dirview-example.html#x1707">dirview/dirview.cpp</a>. -<h3 class=fn>bool <a name="decodeLocalFiles"></a>TQUriDrag::decodeLocalFiles ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="qstringlist.html">TQStringList</a> & l )<tt> [static]</tt> +<h3 class=fn>bool <a name="decodeLocalFiles"></a>TQUriDrag::decodeLocalFiles ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="ntqstringlist.html">TQStringList</a> & l )<tt> [static]</tt> </h3> Decodes URIs from the mime source event <em>e</em>, converts them to local files if they refer to local files, and places them in <em>l</em> @@ -117,7 +117,7 @@ local files if they refer to local files, and places them in <em>l</em> returns FALSE. The list will be empty if no URIs were local files. <p>Example: <a href="fileiconview-example.html#x873">fileiconview/qfileiconview.cpp</a>. -<h3 class=fn>bool <a name="decodeToUnicodeUris"></a>TQUriDrag::decodeToUnicodeUris ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="qstringlist.html">TQStringList</a> & l )<tt> [static]</tt> +<h3 class=fn>bool <a name="decodeToUnicodeUris"></a>TQUriDrag::decodeToUnicodeUris ( const <a href="qmimesource.html">TQMimeSource</a> * e, <a href="ntqstringlist.html">TQStringList</a> & l )<tt> [static]</tt> </h3> Decodes URIs from the mime source event <em>e</em>, converts them to Unicode URIs (only useful for displaying to humans), placing them @@ -125,41 +125,41 @@ in <em>l</em> (which is first cleared). <p> Returns TRUE if <em>contained</em> a valid list of URIs; otherwise returns FALSE. -<h3 class=fn><a href="qcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const <a href="qstring.html">TQString</a> & filename )<tt> [static]</tt> +<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const <a href="ntqstring.html">TQString</a> & filename )<tt> [static]</tt> </h3> Returns the URI equivalent to the absolute local file <em>filename</em>. <p> <p>See also <a href="#uriToLocalFile">uriToLocalFile</a>(). -<h3 class=fn>void <a name="setFileNames"></a>TQUriDrag::setFileNames ( const <a href="qstringlist.html">TQStringList</a> & fnames ) +<h3 class=fn>void <a name="setFileNames"></a>TQUriDrag::setFileNames ( const <a href="ntqstringlist.html">TQStringList</a> & fnames ) </h3> Sets the URIs to be the local-file URIs equivalent to <em>fnames</em>. <p> <p>See also <a href="#localFileToUri">localFileToUri</a>() and <a href="#setUris">setUris</a>(). <p>Example: <a href="dirview-example.html#x1708">dirview/dirview.cpp</a>. -<h3 class=fn>void <a name="setFilenames"></a>TQUriDrag::setFilenames ( const <a href="qstringlist.html">TQStringList</a> & fnames ) +<h3 class=fn>void <a name="setFilenames"></a>TQUriDrag::setFilenames ( const <a href="ntqstringlist.html">TQStringList</a> & fnames ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> Use <a href="#setFileNames">setFileNames</a>() instead (notice the N). -<h3 class=fn>void <a name="setUnicodeUris"></a>TQUriDrag::setUnicodeUris ( const <a href="qstringlist.html">TQStringList</a> & uuris ) +<h3 class=fn>void <a name="setUnicodeUris"></a>TQUriDrag::setUnicodeUris ( const <a href="ntqstringlist.html">TQStringList</a> & uuris ) </h3> Sets the URIs in <em>uuris</em> to be the Unicode URIs (only useful for displaying to humans). <p> <p>See also <a href="#localFileToUri">localFileToUri</a>() and <a href="#setUris">setUris</a>(). -<h3 class=fn>void <a name="setUris"></a>TQUriDrag::setUris ( <a href="qstrlist.html">TQStrList</a> uris )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setUris"></a>TQUriDrag::setUris ( <a href="ntqstrlist.html">TQStrList</a> uris )<tt> [virtual]</tt> </h3> Changes the list of <em>uris</em> to be dragged. <p> Note that URIs are always in escaped UTF8 encoding. -<h3 class=fn><a href="qcstring.html">TQCString</a> <a name="unicodeUriToUri"></a>TQUriDrag::unicodeUriToUri ( const <a href="qstring.html">TQString</a> & uuri )<tt> [static]</tt> +<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="unicodeUriToUri"></a>TQUriDrag::unicodeUriToUri ( const <a href="ntqstring.html">TQString</a> & uuri )<tt> [static]</tt> </h3> Returns the URI equivalent of the Unicode URI given in <em>uuri</em> (only useful for displaying to humans). <p> <p>See also <a href="#uriToLocalFile">uriToLocalFile</a>(). -<h3 class=fn><a href="qstring.html">TQString</a> <a name="uriToLocalFile"></a>TQUriDrag::uriToLocalFile ( const char * uri )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="uriToLocalFile"></a>TQUriDrag::uriToLocalFile ( const char * uri )<tt> [static]</tt> </h3> Returns the name of a local file equivalent to <em>uri</em> or a null string if <em>uri</em> is not a local file. @@ -167,7 +167,7 @@ string if <em>uri</em> is not a local file. <p> <p>See also <a href="#localFileToUri">localFileToUri</a>(). <p>Example: <a href="dirview-example.html#x1709">dirview/dirview.cpp</a>. -<h3 class=fn><a href="qstring.html">TQString</a> <a name="uriToUnicodeUri"></a>TQUriDrag::uriToUnicodeUri ( const char * uri )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="uriToUnicodeUri"></a>TQUriDrag::uriToUnicodeUri ( const char * uri )<tt> [static]</tt> </h3> Returns the Unicode URI (only useful for displaying to humans) equivalent of <em>uri</em>. |