diff options
Diffstat (limited to 'doc/html/ntqurloperator.html')
-rw-r--r-- | doc/html/ntqurloperator.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/ntqurloperator.html b/doc/html/ntqurloperator.html index b42a245ce..103d2c78a 100644 --- a/doc/html/ntqurloperator.html +++ b/doc/html/ntqurloperator.html @@ -146,7 +146,7 @@ supported are: </h3> Constructs a TQUrlOperator with an empty (i.e. invalid) URL. -<h3 class=fn><a name="TQUrlOperator-2"></a>TQUrlOperator::TQUrlOperator ( const <a href="ntqstring.html">TQString</a> & url ) +<h3 class=fn><a name="TQUrlOperator-2"></a>TQUrlOperator::TQUrlOperator ( const <a href="tqstring.html">TQString</a> & url ) </h3> Constructs a TQUrlOperator using <em>url</em> and parses this string. <p> If you pass strings like "/home/qt" the "file" protocol is @@ -156,7 +156,7 @@ assumed. </h3> Constructs a copy of <em>url</em>. -<h3 class=fn><a name="TQUrlOperator-4"></a>TQUrlOperator::TQUrlOperator ( const <a href="ntqurloperator.html">TQUrlOperator</a> & url, const <a href="ntqstring.html">TQString</a> & relUrl, bool checkSlash = FALSE ) +<h3 class=fn><a name="TQUrlOperator-4"></a>TQUrlOperator::TQUrlOperator ( const <a href="ntqurloperator.html">TQUrlOperator</a> & url, const <a href="tqstring.html">TQString</a> & relUrl, bool 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 @@ -171,7 +171,7 @@ Destructor. </h3> Clears the cache of children. -<h3 class=fn>void <a name="connectionStateChanged"></a>TQUrlOperator::connectionStateChanged ( int state, const <a href="ntqstring.html">TQString</a> & data )<tt> [signal]</tt> +<h3 class=fn>void <a name="connectionStateChanged"></a>TQUrlOperator::connectionStateChanged ( int state, const <a href="tqstring.html">TQString</a> & data )<tt> [signal]</tt> </h3> <p> This signal is emitted whenever the URL operator's connection @@ -180,7 +180,7 @@ 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="tqptrlist.html">TQPtrList</a><TQNetworkOperation> <a name="copy"></a>TQUrlOperator::copy ( const <a href="ntqstring.html">TQString</a> & from, const <a href="ntqstring.html">TQString</a> & to, bool move = FALSE, bool toPath = TRUE )<tt> [virtual]</tt> +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQNetworkOperation> <a name="copy"></a>TQUrlOperator::copy ( const <a href="tqstring.html">TQString</a> & from, const <a href="tqstring.html">TQString</a> & to, bool move = FALSE, bool 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 moved (copied and removed). <em>from</em> must point to a file and <em>to</em> @@ -204,7 +204,7 @@ 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 <a href="ntqstringlist.html">TQStringList</a> & files, const <a href="ntqstring.html">TQString</a> & dest, bool move = FALSE )<tt> [virtual]</tt> +<h3 class=fn>void <a name="copy-2"></a>TQUrlOperator::copy ( const <a href="tqstringlist.html">TQStringList</a> & files, const <a href="tqstring.html">TQString</a> & dest, bool 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 @@ -262,10 +262,10 @@ state and error code of the operation object to see whether or not the operation was successful. <p> <p>See also <a href="qnetworkoperation.html">TQNetworkOperation</a> and <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>. -<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="get"></a>TQUrlOperator::get ( const <a href="ntqstring.html">TQString</a> & location = TQString::null )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="get"></a>TQUrlOperator::get ( const <a href="tqstring.html">TQString</a> & location = TQString::null )<tt> [virtual]</tt> </h3> Tells the network protocol to get data from <em>location</em> or, if -this is <a href="ntqstring.html#TQString-null">TQString::null</a>, to get data from the location to which this +this is <a href="tqstring.html#TQString-null">TQString::null</a>, to get data from the location to which this URL points (see <a href="ntqurl.html#fileName">TQUrl::fileName</a>() and <a href="ntqurl.html#encodedPathAndQuery">TQUrl::encodedPathAndQuery</a>()). What happens then depends on the network protocol. The <a href="#data">data</a>() signal is emitted when data comes in. Because it's unlikely that @@ -312,7 +312,7 @@ http://www.whatever.org/cgi-bin/search.pl?cmd=Hello) as <em>location</em>. </h3> Finds a network protocol for the URL and deletes the old network protocol. -<h3 class=fn><a href="ntqurlinfo.html">TQUrlInfo</a> <a name="info"></a>TQUrlOperator::info ( const <a href="ntqstring.html">TQString</a> & entry ) const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqurlinfo.html">TQUrlInfo</a> <a name="info"></a>TQUrlOperator::info ( const <a href="tqstring.html">TQString</a> & entry ) const<tt> [virtual]</tt> </h3> Returns the URL information for the child <em>entry</em>, or returns an empty <a href="ntqurlinfo.html">TQUrlInfo</a> object if there is no information available about @@ -356,7 +356,7 @@ be 0 if the operation object couldn't be created. (because the children of this directory will be listed), not to a file. -<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="mkdir"></a>TQUrlOperator::mkdir ( const <a href="ntqstring.html">TQString</a> & dirname )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="mkdir"></a>TQUrlOperator::mkdir ( const <a href="tqstring.html">TQString</a> & dirname )<tt> [virtual]</tt> </h3> Tries to create a directory (child) with the name <em>dirname</em>. If it is successful, a <a href="#newChildren">newChildren</a>() signal with the new child is @@ -374,7 +374,7 @@ be 0 if the operation object couldn't be created. <p> The path of this TQUrlOperator must to point to a directory (not a file) because the new directory will be created in this path. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="nameFilter"></a>TQUrlOperator::nameFilter () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="nameFilter"></a>TQUrlOperator::nameFilter () const </h3> Returns the name filter of the URL. <p> <p>See also <a href="#setNameFilter">TQUrlOperator::setNameFilter</a>() and <a href="ntqdir.html#nameFilter">TQDir::nameFilter</a>(). @@ -389,7 +389,7 @@ to the operation object which contains all the information about the operation, including the state. <p> <p>See also <a href="qnetworkoperation.html">TQNetworkOperation</a> and <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>. -<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="put"></a>TQUrlOperator::put ( const <a href="qbytearray.html">TQByteArray</a> & data, const <a href="ntqstring.html">TQString</a> & location = TQString::null )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="put"></a>TQUrlOperator::put ( const <a href="qbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & location = TQString::null )<tt> [virtual]</tt> </h3> This function tells the network protocol to put <em>data</em> in <em>location</em>. If <em>location</em> is empty (TQString::null), it puts the <em>data</em> in the location to which the URL points. What happens depends on the network protocol. Depending on the network protocol, some @@ -399,7 +399,7 @@ during processing of the operation. At the end, <a href="#finished">finished</a> success or failure) is emitted, so check the state of the network operation object to see whether or not the operation was successful. -<p> If <em>location</em> is <a href="ntqstring.html#TQString-null">TQString::null</a>, the path of this TQUrlOperator +<p> If <em>location</em> is <a href="tqstring.html#TQString-null">TQString::null</a>, the path of this TQUrlOperator should point to a file when you use this operation. If <em>location</em> is not empty, it can be a relative (a child of the path to which the TQUrlOperator points) or an absolute URL. @@ -421,7 +421,7 @@ the following: <p> This will upload the data to ftp://ftp.whatever.com/home/me/filename.dat. <p> <p>See also <a href="#copy">copy</a>(). -<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="remove"></a>TQUrlOperator::remove ( const <a href="ntqstring.html">TQString</a> & filename )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="remove"></a>TQUrlOperator::remove ( const <a href="tqstring.html">TQString</a> & filename )<tt> [virtual]</tt> </h3> Tries to remove the file (child) <em>filename</em>. If it succeeds the <a href="#removed">removed</a>() signal is emitted. <a href="#finished">finished</a>() (with success or failure) @@ -448,7 +448,7 @@ information about the operation, including the state. <tt>op->arg(0)</tt> holds the name of the file that was removed. <p> <p>See also <a href="qnetworkoperation.html">TQNetworkOperation</a> and <a href="ntqnetworkprotocol.html">TQNetworkProtocol</a>. -<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="rename"></a>TQUrlOperator::rename ( const <a href="ntqstring.html">TQString</a> & oldname, const <a href="ntqstring.html">TQString</a> & newname )<tt> [virtual]</tt> +<h3 class=fn>const <a href="qnetworkoperation.html">TQNetworkOperation</a> * <a name="rename"></a>TQUrlOperator::rename ( const <a href="tqstring.html">TQString</a> & oldname, const <a href="tqstring.html">TQString</a> & newname )<tt> [virtual]</tt> </h3> Tries to rename the file (child) called <em>oldname</em> to <em>newname</em>. If it succeeds, the <a href="#itemChanged">itemChanged</a>() signal is emitted. <a href="#finished">finished</a>() @@ -465,7 +465,7 @@ be 0 if the operation object couldn't be created. because <em>oldname</em> and <em>newname</em> are handled relative to this directory. -<h3 class=fn>void <a name="setNameFilter"></a>TQUrlOperator::setNameFilter ( const <a href="ntqstring.html">TQString</a> & nameFilter )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setNameFilter"></a>TQUrlOperator::setNameFilter ( const <a href="tqstring.html">TQString</a> & nameFilter )<tt> [virtual]</tt> </h3> Sets the name filter of the URL to <em>nameFilter</em>. <p> <p>See also <a href="ntqdir.html#setNameFilter">TQDir::setNameFilter</a>(). |