summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqurloperator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqurloperator.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqurloperator.html')
-rw-r--r--doc/html/ntqurloperator.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html
index f8c8e0e6e..6ba9f9408 100644
--- a/doc/html/ntqurloperator.html
+++ b/doc/html/ntqurloperator.html
@@ -41,7 +41,7 @@ body { background: #ffffff; color: black; }
<li class=fn><a href="#TQUrlOperator"><b>TQUrlOperator</b></a> ()</li>
<li class=fn><a href="#TQUrlOperator-2"><b>TQUrlOperator</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;url )</li>
<li class=fn><a href="#TQUrlOperator-3"><b>TQUrlOperator</b></a> ( const&nbsp;TQUrlOperator&nbsp;&amp;&nbsp;url )</li>
-<li class=fn><a href="#TQUrlOperator-4"><b>TQUrlOperator</b></a> ( const&nbsp;TQUrlOperator&nbsp;&amp;&nbsp;url, const&nbsp;TQString&nbsp;&amp;&nbsp;relUrl, bool&nbsp;checkSlash = FALSE )</li>
+<li class=fn><a href="#TQUrlOperator-4"><b>TQUrlOperator</b></a> ( const&nbsp;TQUrlOperator&nbsp;&amp;&nbsp;url, const&nbsp;TQString&nbsp;&amp;&nbsp;relUrl, bool&nbsp;checkSlash = false )</li>
<li class=fn>virtual <a href="#~TQUrlOperator"><b>~TQUrlOperator</b></a> ()</li>
<li class=fn>virtual const TQNetworkOperation * <a href="#listChildren"><b>listChildren</b></a> ()</li>
<li class=fn>virtual const TQNetworkOperation * <a href="#mkdir"><b>mkdir</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;dirname )</li>
@@ -49,8 +49,8 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual const TQNetworkOperation * <a href="#rename"><b>rename</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;oldname, const&nbsp;TQString&nbsp;&amp;&nbsp;newname )</li>
<li class=fn>virtual const TQNetworkOperation * <a href="#get"><b>get</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;location = TQString::null )</li>
<li class=fn>virtual const TQNetworkOperation * <a href="#put"><b>put</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data, const&nbsp;TQString&nbsp;&amp;&nbsp;location = TQString::null )</li>
-<li class=fn>virtual TQPtrList&lt;TQNetworkOperation&gt; <a href="#copy"><b>copy</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;from, const&nbsp;TQString&nbsp;&amp;&nbsp;to, bool&nbsp;move = FALSE, bool&nbsp;toPath = TRUE )</li>
-<li class=fn>virtual void <a href="#copy-2"><b>copy</b></a> ( const&nbsp;TQStringList&nbsp;&amp;&nbsp;files, const&nbsp;TQString&nbsp;&amp;&nbsp;dest, bool&nbsp;move = FALSE )</li>
+<li class=fn>virtual TQPtrList&lt;TQNetworkOperation&gt; <a href="#copy"><b>copy</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;from, const&nbsp;TQString&nbsp;&amp;&nbsp;to, bool&nbsp;move = false, bool&nbsp;toPath = true )</li>
+<li class=fn>virtual void <a href="#copy-2"><b>copy</b></a> ( const&nbsp;TQStringList&nbsp;&amp;&nbsp;files, const&nbsp;TQString&nbsp;&amp;&nbsp;dest, bool&nbsp;move = false )</li>
<li class=fn>virtual bool <a href="#isDir"><b>isDir</b></a> ( bool&nbsp;*&nbsp;ok = 0 )</li>
<li class=fn>virtual void <a href="#setNameFilter"><b>setNameFilter</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;nameFilter )</li>
<li class=fn>TQString <a href="#nameFilter"><b>nameFilter</b></a> () const</li>
@@ -156,7 +156,7 @@ assumed.
</h3>
Constructs a copy of <em>url</em>.
-<h3 class=fn><a name="TQUrlOperator-4"></a>TQUrlOperator::TQUrlOperator ( const&nbsp;<a href="ntqurloperator.html">TQUrlOperator</a>&nbsp;&amp;&nbsp;url, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;relUrl, bool&nbsp;checkSlash = FALSE )
+<h3 class=fn><a name="TQUrlOperator-4"></a>TQUrlOperator::TQUrlOperator ( const&nbsp;<a href="ntqurloperator.html">TQUrlOperator</a>&nbsp;&amp;&nbsp;url, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;relUrl, bool&nbsp;checkSlash = false )
</h3>
Constructs a TQUrlOperator. The URL on which this TQUrlOperator
operates is constructed out of the arguments <em>url</em>, <em>relUrl</em> and
@@ -180,11 +180,11 @@ state changes. <em>state</em> describes the new state, which is a
<p> <em>data</em> is a string that describes the change of the connection.
This can be used to display a message to the user.
-<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a>&lt;TQNetworkOperation&gt; <a name="copy"></a>TQUrlOperator::copy ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;from, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;to, bool&nbsp;move = FALSE, bool&nbsp;toPath = TRUE )<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a>&lt;TQNetworkOperation&gt; <a name="copy"></a>TQUrlOperator::copy ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;from, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;to, bool&nbsp;move = false, bool&nbsp;toPath = true )<tt> [virtual]</tt>
</h3>
-Copies the file <em>from</em> to <em>to</em>. If <em>move</em> is TRUE, the file is
+Copies the file <em>from</em> to <em>to</em>. If <em>move</em> is true, the file is
moved (copied and removed). <em>from</em> must point to a file and <em>to</em>
-must point to a directory (into which <em>from</em> is copied) unless <em>toPath</em> is set to FALSE. If <em>toPath</em> is set to FALSE then the <em>to</em> variable is assumed to be the absolute file path (destination
+must point to a directory (into which <em>from</em> is copied) unless <em>toPath</em> is set to false. If <em>toPath</em> is set to false then the <em>to</em> variable is assumed to be the absolute file path (destination
file path + file name). The copying is done using the <a href="#get">get</a>() and
<a href="#put">put</a>() operations. If you want to be notified about the progress of
the operation, connect to the <a href="#dataTransferProgress">dataTransferProgress</a>() signal. Bear
@@ -204,10 +204,10 @@ single <a href="qnetworkoperation.html">TQNetworkOperation</a>, but rather a lis
the order: <a href="#get">get</a>(), <a href="#put">put</a>() and (if applicable) remove().
<p> <p>See also <a href="#get">get</a>() and <a href="#put">put</a>().
-<h3 class=fn>void <a name="copy-2"></a>TQUrlOperator::copy ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;files, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dest, bool&nbsp;move = FALSE )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="copy-2"></a>TQUrlOperator::copy ( const&nbsp;<a href="ntqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;files, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dest, bool&nbsp;move = false )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Copies the <em>files</em> to the directory <em>dest</em>. If <em>move</em> is TRUE
+<p> Copies the <em>files</em> to the directory <em>dest</em>. If <em>move</em> is true
the files are moved, not copied. <em>dest</em> must point to a
directory.
<p> This function calls <a href="#copy">copy</a>() for each entry in <em>files</em> in turn. You
@@ -321,11 +321,11 @@ finished <a href="#listChildren">listChildren</a>() operation.
<h3 class=fn>bool <a name="isDir"></a>TQUrlOperator::isDir ( bool&nbsp;*&nbsp;ok = 0 )<tt> [virtual]</tt>
</h3>
-Returns TRUE if the URL is a directory; otherwise returns FALSE.
+Returns true if the URL is a directory; otherwise returns false.
This may not always work correctly, if the protocol of the URL is
something other than file (local filesystem). If you pass a bool
-pointer as the <em>ok</em> argument, <em>*ok</em> is set to TRUE if the result
-of this function is known to be correct, and to FALSE otherwise.
+pointer as the <em>ok</em> argument, <em>*ok</em> is set to true if the result
+of this function is known to be correct, and to false otherwise.
<h3 class=fn>void <a name="itemChanged"></a>TQUrlOperator::itemChanged ( <a href="qnetworkoperation.html">TQNetworkOperation</a>&nbsp;*&nbsp;op )<tt> [signal]</tt>
</h3>