diff options
Diffstat (limited to 'doc/html/quridrag.html')
| -rw-r--r-- | doc/html/quridrag.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/quridrag.html b/doc/html/quridrag.html index 6fa3c47d2..80e4658fb 100644 --- a/doc/html/quridrag.html +++ b/doc/html/quridrag.html @@ -97,15 +97,15 @@ Destroys the object. <h3 class=fn>bool <a name="canDecode"></a>TQUriDrag::canDecode ( const <a href="qmimesource.html">TQMimeSource</a> * 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 <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). -<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 <a href="qmimesource.html">TQMimeSource</a> * e, <a href="ntqstringlist.html">TQStringList</a> & l )<tt> [static]</tt> @@ -113,8 +113,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/qfileiconview.cpp</a>. <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> @@ -122,8 +122,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="ntqcstring.html">TQCString</a> <a name="localFileToUri"></a>TQUriDrag::localFileToUri ( const <a href="ntqstring.html">TQString</a> & filename )<tt> [static]</tt> </h3> |
