summaryrefslogtreecommitdiffstats
path: root/doc/html/tquridrag.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tquridrag.html')
-rw-r--r--doc/html/tquridrag.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/tquridrag.html b/doc/html/tquridrag.html
index bab4c1fa1..03251314f 100644
--- a/doc/html/tquridrag.html
+++ b/doc/html/tquridrag.html
@@ -96,15 +96,15 @@ Destroys the object.
<h3 class=fn>bool <a name="canDecode"></a>TQUriDrag::canDecode ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e )<tt> [static]</tt>
</h3>
-Returns TRUE if <a href="#decode">decode</a>() would be able to decode <em>e</em>; otherwise
-returns FALSE.
+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&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;l )<tt> [static]</tt>
</h3>
Decodes URIs from <em>e</em>, placing the result in <em>l</em> (which is first
cleared).
-<p> Returns TRUE if <em>e</em> contained a valid list of URIs; otherwise
-returns FALSE.
+<p> Returns true if <em>e</em> contained a valid list of URIs; otherwise
+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&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;l )<tt> [static]</tt>
@@ -112,8 +112,8 @@ returns FALSE.
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>
(which is first cleared).
-<p> Returns TRUE if <em>contained</em> a valid list of URIs; otherwise
-returns FALSE. The list will be empty if no URIs were local files.
+<p> Returns true if <em>contained</em> a valid list of URIs; otherwise
+returns false. The list will be empty if no URIs were local files.
<p>Example: <a href="fileiconview-example.html#x873">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>bool <a name="decodeToUnicodeUris"></a>TQUriDrag::decodeToUnicodeUris ( const&nbsp;<a href="tqmimesource.html">TQMimeSource</a>&nbsp;*&nbsp;e, <a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;l )<tt> [static]</tt>
@@ -121,8 +121,8 @@ returns FALSE. The list will be empty if no URIs were local files.
Decodes URIs from the mime source event <em>e</em>, converts them to
Unicode URIs (only useful for displaying to humans), placing them
in <em>l</em> (which is first cleared).
-<p> Returns TRUE if <em>contained</em> a valid list of URIs; otherwise
-returns FALSE.
+<p> Returns true if <em>contained</em> a valid list of URIs; otherwise
+returns false.
<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename )<tt> [static]</tt>
</h3>